]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
Add length checking to GetExtBanStatus and m_banexception.
authorPeter Powell <petpow@saberuk.com>
Mon, 27 Nov 2017 14:13:42 +0000 (14:13 +0000)
committerPeter Powell <petpow@saberuk.com>
Tue, 28 Nov 2017 13:48:50 +0000 (13:48 +0000)
commit25c1319e0d16f4cea707a3b7968b70530a5a333f
tree288a5ea6c92667adb1be88e43bc7fa58057117df
parentbf9a8e8a50c338bfa660382b5fd66064167a1d51
Add length checking to GetExtBanStatus and m_banexception.

As far as I can tell this is not a problem as all ban masks are
canonicalised but its better to be safe than sorry.
src/channels.cpp
src/modules/m_banexception.cpp