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
Invoke ./curl_fuzzer_smb [attached file]
./curl_fuzzer_smb [attached file]
It should say nothing bad. Instead it identifies a memory leak.
Current git master. The leaked data sits in the easy-handle and is SMB-specific.
Any, but Linux is best to reproduce with the fuzzer.
OSS-Fuzz issue 9369 - closed for the public for 30 days starting July 12.
clusterfuzz-testcase-minimized-curl_fuzzer_smb-5974206117314560
The text was updated successfully, but these errors were encountered:
smb: fix memory leak on early failure
d96aa14
... by making sure connection related data (->share) is stored in the connection and not in the easy handle. Fixes #2769
3dd2874
... by making sure connection related data (->share) is stored in the connection and not in the easy handle. Detected by OSS-fuzz Bug: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=9369 Fixes #2769 Closes #2810
09e401e
f848b02
... by making sure connection related data (->share) is stored in the connection and not in the easy handle. Detected by OSS-fuzz Bug: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=9369 Fixes curl#2769 Closes curl#2810
91df7d1
bagder
Successfully merging a pull request may close this issue.
I did this
Invoke
./curl_fuzzer_smb [attached file]
I expected the following
It should say nothing bad. Instead it identifies a memory leak.
curl/libcurl version
Current git master. The leaked data sits in the easy-handle and is SMB-specific.
operating system
Any, but Linux is best to reproduce with the fuzzer.
Detected by:
OSS-Fuzz issue 9369 - closed for the public for 30 days starting July 12.
Test file
clusterfuzz-testcase-minimized-curl_fuzzer_smb-5974206117314560
The text was updated successfully, but these errors were encountered: