8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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 ACAA and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NOTE: Npcap issues have moved to the Npcap repository
NOTE: Ncrack issues have moved to the Ncrack repository
Describe the bug
nmap/libnetutil/netutil.cc
Lines 1458 to 1464 in fd80921
Return value of "getinterfaces" function is not checked It may return Null therefore null pointer dereference may occur at 1461
Expected behavior Usually there is pointer check:
Lines 1435 to 1439 in fd80921
Version info (please complete the following information):
master branch
The text was updated successfully, but these errors were encountered:
3496617
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
NOTE: Npcap issues have moved to the Npcap repository
NOTE: Ncrack issues have moved to the Ncrack repository
Describe the bug
nmap/libnetutil/netutil.cc
Lines 1458 to 1464 in fd80921
Return value of "getinterfaces" function is not checked
It may return Null therefore null pointer dereference may occur at 1461
Expected behavior
Usually there is pointer check:
nmap/libnetutil/netutil.cc
Lines 1435 to 1439 in fd80921
Version info (please complete the following information):
master branch
The text was updated successfully, but these errors were encountered: