File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,10 @@ MA_PID="$!"
19
19
# sudo valgrind --leak-check=full --trace-children=yes --trace-children-skip=/bin/sh \
20
20
# --log-file=valgrind.log ../../src/wifidog -d 7 -f -c wifidog-mock.conf 2> wifidog.log &
21
21
22
+ # for -fsanitize=address
23
+ export ASAN_OPTIONS=check_initialization_order=1
24
+ export ASAN_SYMBOLIZER_PATH=/usr/bin/llvm-symbolizer-3.5
25
+
22
26
../../src/wifidog -d 7 -f -c wifidog-mock.conf -a /tmp/arp 2> wifidog.log &
23
27
WD_PID=" $! "
24
28
@@ -28,17 +32,11 @@ echo "Waiting for wifidog to come up"
28
32
29
33
sleep 10
30
34
31
- usage: fire_requests.py [-h] --target-interface TARGET_INTERFACE
32
- --source-interface-prefix SOURCE_INTERFACE_PREFIX
33
- --source-interface-count SOURCE_INTERFACE_COUNT
34
- --process-count PROCESS_COUNT
35
-
36
-
37
35
./fire_requests.py \
38
36
--target-interface $IF \
39
37
--source-interface-prefix mac \
40
38
--source-interface-count $COUNT \
41
- --process-count 3
39
+ --process-count 2
42
40
43
41
# ./generate_interfaces.sh stop
44
42
You can’t perform that action at this time.
0 commit comments