mirror of
https://github.com/rapid7/metasploit-payloads
synced 2025-02-28 06:13:03 +01:00
Fix strncpy check
This commit is contained in:
parent
2d553497d5
commit
86fc7889ed
@ -299,7 +299,7 @@ int pass_fd(void *libc) {
|
||||
}
|
||||
|
||||
strncpy = dlsym(libc, "strncpy");
|
||||
if (!recvmsg) {
|
||||
if (!strncpy) {
|
||||
TRACE("[ Failed to solve strncpy ]\n");
|
||||
return -1;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user