Change test_zeroize.gdb script breakpoint due to zeroize.c change

This commit is contained in:
Andres Amaya Garcia 2017-10-31 21:28:31 +00:00 committed by Andres Amaya Garcia
parent 88f8f41e5a
commit 7111a0d13b

View File

@ -17,7 +17,7 @@
set confirm off
file ./programs/test/zeroize
break zeroize.c:88
break zeroize.c:90
set args ./programs/test/zeroize.c
run