0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2025-01-08 18:11:54 +00:00
bird/test
Maria Matejka e3c5cf6637 Fixed undefined behavior on signals.
The C11 specification allows only sig_atomic_t and _Atomic variable
access. All other accesses to global variables are undefined behavior.

Using int was probably OK on x86 and x86_64; yet there were some reports
from other architectures (especially some MIPS) that in rare cases,
after issuing SIGHUP, BIRD did strange things.
2019-10-04 21:00:40 +02:00
..
birdtest.c Fixed undefined behavior on signals. 2019-10-04 21:00:40 +02:00
birdtest.h Birdtest: Replace BT_SUCCESS and BT_FAILURE with 1 and 0 2016-11-11 17:43:09 +01:00
bt-utils.c Timers: Fix tests after timer change 2017-12-07 13:49:27 +01:00
bt-utils.h Unit Testing for BIRD 2016-11-09 16:36:34 +01:00
Makefile Unit Testing for BIRD 2016-11-09 16:36:34 +01:00