0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-16 18:35:19 +00:00
bird/test
Maria Matejka 24493e9169 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 20:52:07 +02:00
..
birdtest.c Fixed undefined behavior on signals. 2019-10-04 20:52:07 +02:00
birdtest.h Test: Fixed annoying warnings (and possible obscure bugs). 2019-07-09 14:37:14 +02:00
bt-utils.c Protocol: Introducing an enum protocol_class 2018-05-29 12:35:06 +02: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