Skip to content
Snippets Groups Projects
Commit 9a4cd7ee authored by rswindell's avatar rswindell
Browse files

Fix a (very) long-standing bug in sbbs_t::update_qwkroute(): was using static

realloced variables for tracking QWKnet nodes discovered while importing msgs,
but multiple terminal server nodes/events calling this function concurrently
could clearly corrupt these variables and cause realloc errors and crashes.
Now using members of sbbs_t for node/event instance specific QWKnet
node tracking for the route.dat updates (a rarely used feature nowadays).
parent 22039b95
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment