Browse Source

tpws: fix crash on getaddrinfo with glibc

pull/172/head
bol-van 1 year ago
parent
commit
f81900ce38
  1. 4
      tpws/sec.c

4
tpws/sec.c

@ -86,10 +86,6 @@ SYS_symlinkat,
SYS_link,
#endif
SYS_linkat,
#ifdef SYS_pkey_mprotect
SYS_pkey_mprotect,
#endif
SYS_mprotect,
SYS_truncate,
#ifdef SYS_truncate64
SYS_truncate64,

Loading…
Cancel
Save