Ported m_capab Crash Exploit Fix from charybdis
Ported the fix from charybdis to ShadowIRCd.
This commit is contained in:
parent
5585d1fa16
commit
806af85d26
|
@ -37,7 +37,7 @@ static int me_gcap(struct Client *, struct Client *, int, const char **);
|
|||
|
||||
struct Message capab_msgtab = {
|
||||
"CAPAB", 0, 0, 0, MFLG_SLOW | MFLG_UNREG,
|
||||
{{mr_capab, 0}, mg_ignore, mg_ignore, mg_ignore, mg_ignore, mg_ignore}
|
||||
{{mr_capab, 2}, mg_ignore, mg_ignore, mg_ignore, mg_ignore, mg_ignore}
|
||||
};
|
||||
struct Message gcap_msgtab = {
|
||||
"GCAP", 0, 0, 0, MFLG_SLOW,
|
||||
|
|
Loading…
Reference in New Issue