- Mar 10, 2018
-
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-- Albert Einstein
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
rswindell authored
getstr() does not return < 0, ever (it returns 0 on abort). Added more abort-checks after calls to getstr().
-
deuce authored
-
deuce authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
deuce authored
-
deuce authored
-
deuce authored
-
rswindell authored
(the multisock stuff already logs this for each interface and port).
-
rswindell authored
(the multisock stuff already logs this for each interface and port).
-
rswindell authored
ssl.c(210): warning C4013: 'asprintf' undefined; assuming extern returning int
-
rswindell authored
compatible with the glibc/etc. declarations and use.
-
deuce authored
-
rswindell authored
conditions) - e.g. if a malloc or realloc failed, then some other allocated memory would be leaked.
-
rswindell authored
calling putcom() with a len value of 0 (which triggers an auto-string-length grab via strlen() which should be 0 - but.. meh).
-
deuce authored
-
deuce authored
-
deuce authored
Things return allocated pointers with errors in them now. FTP server updated, the rest to follow "soon".
-
rswindell authored
passsed as NULL) found by scan-build.
-
- Mar 09, 2018
-
-
rswindell authored
-
rswindell authored
Thanks scan-build!
-
deuce authored
-
deuce authored
a cryptlib error code.
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
always get a string in cryptlib errors. Places that don't get an error string should now since it should always be useful.
-
deuce authored
(fix last commit)
-
deuce authored
Thanks scan-build!
-
deuce authored
call shutdown(sock, SHUT_RDWR) to do the TCP close, but leave the socket descriptor valid for the caller to clean up.
-