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: close pattern directory after compileDir walk
Each fuzz iteration recompiles patterns; leaving the opened directory leaked fds until ProcessFdQuotaExceeded.
test: add file encoding mode to fuzz input
Encode Smith subjects as UTF-8 BOM or wide-endian files via flags bits 5–7 so libFuzzer can mutate encoding paths without random BOM bytes.
fix: close pattern directory after compileDir walk
Each fuzz iteration recompiles patterns; leaving the opened directory leaked fds until ProcessFdQuotaExceeded.
test: add file encoding mode to fuzz input
Encode Smith subjects as UTF-8 BOM or wide-endian files via flags bits 5–7 so libFuzzer can mutate encoding paths without random BOM bytes.