用于EagleEye3.0 规则集漏报和误报测试的示例项目,项目收集于github和gitee
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

12 lines
514 B

###
### Bug#29374606 MEMORY LEAK IN TCP_SOCKET::GET_LISTENER_SOCKET()
###
# The master.opt file ensures that the server is started with
# --debug option and --bind-address=* to trigger
# leak situation. This simulates that ipv6 socket creation fails,
# even if address resolution succeeds. Previously this would result
# in the ipv6 addrinfo being leaked and this would manifest as
# valgrind/asan errors.
SELECT @@global.debug, @@global.bind_address;
@@global.debug @@global.bind_address
d,sim_ipv6_unavailable *