-
- Downloads
Fix NULL dereference in strbuf error
If strbuf is over 5MB, or the realloc() fails, clear strbuf and break before writing to strbuf. Found by scan-build
Loading
Please register or sign in to comment
If strbuf is over 5MB, or the realloc() fails, clear strbuf and break before writing to strbuf. Found by scan-build