You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix unchecked malloc returns, NULL dereferences, and resource leaks
- store_file.c: check malloc(header_len) before use
- store_memcached.c: check malloc(header_len) before use
- store_rados.c: check malloc(header_len), malloc(sz2); fix ctx-only NULL
check to also cover store; log error and return on failure
- renderd.c: check malloc for render_threads and slave_threads arrays
- store_ro_http_proxy.c: free chunk.memory on curl error paths to prevent
memory leak when transfer is partially completed before failure
- store_ro_composite.c: check strstr() results before pointer arithmetic
(NULL deref if separator missing); check malloc for primary connection
string; free intermediate strings on all error paths
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments