Skip to content

Avoid memory sanitizer warnings by zeroing out stack-allocated token buffers

Adam Reichold requested to merge (removed):fix-of10131-next-try into master

Avoid memory sanitizer warnings by zeroing out stack-allocated token buffers. oss-fuzz/10131 oss-fuzz/10123

This seems to actually fix even though the seem to be bad interactions between strcmp and MSan's memcmp interceptor.

Merge request reports