-
- Downloads
support multiple warnings file
while the code supports multiple warning records per instruction, we only allow one of each type: - having both a buffer overflow and tainted reference is ok - having 2 buffer overflow warning records is not ok (we skip the duplicates) Former-commit-id: d7c4ac7a0d57714d15ec77ab823a1d80e3a8f050
Showing
- tools/watch_syscall/csowarn.hpp 2 additions, 1 deletiontools/watch_syscall/csowarn.hpp
- tools/watch_syscall/wsc_driver.cpp 4 additions, 3 deletionstools/watch_syscall/wsc_driver.cpp
- tools/watch_syscall/wsc_instrument.cpp 79 additions, 56 deletionstools/watch_syscall/wsc_instrument.cpp
- tools/watch_syscall/wsc_instrument.hpp 1 addition, 1 deletiontools/watch_syscall/wsc_instrument.hpp
Loading
Please register or sign in to comment