0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2025-03-14 18:37:03 +00:00
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
..
2018-01-14 19:21:39 +01:00
2019-10-04 21:00:40 +02:00
2018-03-21 16:33:08 +01:00
2000-06-07 12:29:08 +00:00