Commit graph

7 commits

Author SHA1 Message Date
Simone Mainardi
35f5b5f501
Update README.leaks_detector.md 2021-08-04 09:49:51 +02:00
simonemainardi
36af5c3309
Update README.leaks_detector.md 2020-08-22 15:55:49 +02:00
Luca Deri
674cfde442
Updated notes, split in sections, added running instructions 2020-08-22 15:44:51 +02:00
Luca Deri
37a648ceea
Updated sanitiser instructions 2020-08-22 10:43:21 +02:00
emanuele-f
107c9e50f2 Add shadow dns query to prevent use after free 2020-02-14 11:01:05 +01:00
emanuele-f
fab2946404 More info on the symbols extraction 2020-02-13 19:01:56 +01:00
emanuele-f
64022a7ee7 Add the --with-llvm-sanitizer flag
To enable the leaks detector, set the ASAN_OPTIONS=detect_leaks=1
environment variable, e.g:

  sudo ASAN_OPTIONS=detect_leaks=1 ./ntopng /etc/ntopng/ntopng.conf
2020-02-13 18:51:56 +01:00