mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-30 10:06:38 +02:00
35f8598f3f
(often completely unrelated to channel history) and you then rehashed again UnrealIRCd would crash. Reported by gh0st. May be the same issue as reported by adamus1red in https://bugs.unrealircd.org/view.php?id=5943 This has to do with SavePersistentPointer/LoadPersistentPointer calls which normally work fine but this particular module uses it in MOD_TEST causing a certain sequence of events causing a double free or read- after-free if you do it slightly differently.