https://github.com/droe/sslsplit/blob/master/pxyconn.c#L991-...
there is no guarantee that a space comes after the colon. These comparisons are better off with 1 character less.
https://github.com/droe/sslsplit/blob/master/pxythrmgr.c#L12...
pthread_mutex_init can fail.
https://github.com/droe/sslsplit/blob/master/pxyconn.c#L991-...
there is no guarantee that a space comes after the colon. These comparisons are better off with 1 character less.
https://github.com/droe/sslsplit/blob/master/pxythrmgr.c#L12...
pthread_mutex_init can fail.