Files
vpp/vlib
Eyal Bari d334a6b458 Added volatile to local variables needed by setjmp
Function vlib_main uses nonlocal control transfer (setjmp, longjmp),
local variables might be mapped to cpu registers which might be
different when longjmp'ing back to it. Added volatile to keep those
variables on the stack. to fix vpp crash when exiting via SIGTERM.

Change-Id: I03e836966c68a966a84d635bc1f7b3a3c252f3ea
Signed-off-by: Eyal Bari <ebari@cisco.com>
2016-09-20 16:24:53 +00:00
..
2016-07-08 14:18:22 +00:00
2015-12-08 15:47:27 -07:00