|
File
|
Last Change |
|---|---|
contrib/
|
830 (19 years ago) by knight: - Fix potential core problem in the IP cloaking procedure if a user tries to cloak when their host is localhost. The original code was in the wrong part of the logic and needed to be before the string to array conversion, not after. Though while I do not see why a user would wish to cloak themselves or attempt to cloak while being user@localhost, this fixes the problem from occuring. |
ircd-hybrid/
|
847 (19 years ago) by bear: make stuff compile again |
ircd-hybrid-7.2/
|
842 (19 years ago) by adx: + fixed off-by-one which turned out to cause large memory overwrites + this is an old one, very hard to catch: 1) FreeBSD system, 2) a lot of clients (preferably 10K+), 3) exiting/reading from/writing to 128+ clients at a time, 4) ircd version where the bug shows up clearly (on 7.3 WHOWASHASH gets corrupted, and somewhat later we have a core: whowas_add_history -> dlinkDelete) This applies to ALL versions of hybrid since 7.0, but is known to disclose most noticeably under 7.3 |
releases/
|
727 (20 years ago) by lusky: RELEASE TAG ircd-hybrid-7.2.2 |