We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To me, this is a flaw for the LZMA SDK
lzma-fuzz/lzmadec_fuzzer.cc
Line 47 in 875388c
With the inputs limited in size from kMaxInputSize = 100 * 1024, we can expect LZMA SDK to handle them without needing 2GB memory
kMaxInputSize = 100 * 1024
A fix could look like this https://github.com/OISF/libhtp/pull/241/files/08c3d4a2338275b854198938ca97f55c52c5a29e..c504a981c59638c1b7a992bfd8fa117b814e6cd4#diff-1143601df653d71da0a4ff7c68de9e29
The text was updated successfully, but these errors were encountered:
No branches or pull requests
To me, this is a flaw for the LZMA SDK
lzma-fuzz/lzmadec_fuzzer.cc
Line 47 in 875388c
With the inputs limited in size from
kMaxInputSize = 100 * 1024
, we can expect LZMA SDK to handle them without needing 2GB memoryA fix could look like this https://github.com/OISF/libhtp/pull/241/files/08c3d4a2338275b854198938ca97f55c52c5a29e..c504a981c59638c1b7a992bfd8fa117b814e6cd4#diff-1143601df653d71da0a4ff7c68de9e29
The text was updated successfully, but these errors were encountered: