Skip to content
  • rswindell's avatar
    Fix a (very) long-standing bug in sbbs_t::update_qwkroute(): was using static · 9a4cd7ee
    rswindell authored
    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).
    9a4cd7ee