mirror of
https://github.com/nmap/nmap.git
synced 2026-01-01 04:19:02 +00:00
Silence ASan warning due to definition of container_of in tests. Same as r32536
This commit is contained in:
@@ -16,12 +16,6 @@
|
||||
#include <nsock.h>
|
||||
|
||||
|
||||
#if !defined(container_of)
|
||||
#define container_of(ptr, type, member) \
|
||||
((type *)((char *)(ptr)-(char *)(&((type *)0)->member)))
|
||||
#endif
|
||||
|
||||
|
||||
#define PORT_UDP 55234
|
||||
#define PORT_TCP 55235
|
||||
#define PORT_TCPSSL 55236
|
||||
|
||||
Reference in New Issue
Block a user