- 29 Apr, 2014 4 commits
- 28 Apr, 2014 6 commits
- 24 Apr, 2014 25 commits
-
-
deuce authored
for the static 64-byte sbbs->telnet_cmd buffer, it will bork the session. (Seen with a long user-name and DISPLAY when using the OS X telnet client).
-
deuce authored
rather than using a fixed-length buffer.
-
deuce authored
-
deuce authored
case where the handle_type becomes invalid somehow (exceptionall unlikely)
-
deuce authored
-
deuce authored
-
deuce authored
stdin in uifcx getstr().
-
deuce authored
is detected, rather than an uninitialized value!
-
deuce authored
xp_asprintf_next() as protection against an invalid type being passed in.
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
fails after mmap() succeeds.
-
deuce authored
-
deuce authored
Overhaul of the sample allocation by setting it to NULL when it's copied to something that will free it, and for Win32, wait for the currently playing sample (if any) to complete before returning, and free the handle then.
-
deuce authored
function.
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
Fix small resource leak in parseEnumList if splitList() returns a zero-length list (I don't think that's actually possible, but there's code to handle it).
-
deuce authored
"Attempting to destroy a locked mutex results in undefined behavior."
-
deuce authored
xp_printf() interpreted the 'l' modifier as 'h' and the 'll' modifier as the (invalid) 'hl' modifier.
-
deuce authored
an uninitialized value. Found by Coverity.
-
deuce authored
Specifically, if select(), getsockopt(), or connect() fails, return ERROR_VALUE instead of SOCKET_ERROR. Found by Coverity since we never checked the return value of getsockopt()
-
- 23 Apr, 2014 5 commits