]> git.ipfire.org Git - thirdparty/bird.git/commit
Nest: fixed a race-condition between import and export
authorMaria Matejka <mq@ucw.cz>
Tue, 10 Dec 2024 09:52:52 +0000 (10:52 +0100)
committerMaria Matejka <mq@ucw.cz>
Tue, 10 Dec 2024 09:59:30 +0000 (10:59 +0100)
commitbc15f0b9c704dcac85ac471d96509e866dc5b09b
treef1bed72aca6404e0edb18b4065311160f0c97cee
parent77a4b21365ba261345b9eecd396366bd7678c5bb
Nest: fixed a race-condition between import and export

There was a leaking stack pointer to the global memory.
Fixed by making that temporary structure thread local static.
nest/rt-table.c