int socket_read_line_alloc(int sock, char** out) {
/* current buffer size */
unsigned int size = 128;
...
int socket_read_line_alloc(int sock, char** out) {
/* current buffer size */
unsigned int size = 128;
...
I don't like the char** out...