This website requires JavaScript.
Explore
Help
Sign In
PenTest
/
nmap
Watch
1
Star
0
Fork
0
You've already forked nmap
mirror of
https://github.com/nmap/nmap.git
synced
2025-12-27 01:49:03 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
a90d0ff5f801f37ecce7c5956ef47ef36da77c09
nmap
/
nse_pcrelib.cc
kris
2d8da28206
Remove Lmalloc() from nse_pcrelib.cc and change the only call to it to safe_malloc(). I noticed this when I was doing r4515 but wanted to check it a little further; Lmalloc() calls safe_malloc(), and then tests the returned mem == NULL and returns the mem, but this will never happen because safe_malloc() dies if the mem is NULL.
2007-02-25 15:59:32 +00:00
9.1 KiB
Raw
Blame
History
View Raw
Reference in New Issue
View Git Blame
Copy Permalink