Project

General

Profile

Bug #4176

Updated by Davide Pesavento almost 7 years ago

Steps to reproduce: 

 ``` 
 ./waf configure --enable-static --disable-shared --with-tests --without-pch --with-sanitizer=address,undefined # on macOS, append: --without-osx-keychain 
 ./waf 
 ./build/unit-tests -t build/unit-tests -l Net/TestNetworkMonitor/DestructWhileEnumerating 
 ``` 

 Actual: `ERROR: AddressSanitizer: heap-use-after-free` 
 Expected: no such error

Back