1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-08 06:43:12 +02:00
Files
unrealircd/src
Bram Matthys c85f666fed Fix server_ban_parse_mask() returning with variables set to local storage.
More precise, for extended server bans, usermask/hostmask was set to
a local variable that was not defined as static char[]. This would lead
to corrupt data and/or crashes.

Bug introduced a few days ago with 3d9b7e4b70
2022-06-27 10:49:46 +02:00
..
2022-06-19 16:30:50 +02:00
2021-08-18 13:08:42 +02:00
2022-06-24 19:49:32 +02:00
2021-08-18 13:08:42 +02:00
2022-06-19 13:13:33 +00:00
2021-09-11 09:56:22 +02:00
2021-08-11 16:48:26 +02:00
2022-06-19 13:13:33 +00:00
2022-06-19 16:30:50 +02:00