]> jfr.im git - irc/charybdis-ircd/charybdis.git/commit
Fix buffer overflow in introduce_client and burst_TS6
authorAdam <redacted>
Tue, 13 May 2014 23:21:27 +0000 (19:21 -0400)
committerJilles Tjoelker <redacted>
Fri, 15 Aug 2014 19:54:32 +0000 (21:54 +0200)
commitcf7924d475e277b92834423d3ff1750891cbfd3e
tree90907598279eacbf35b227b86b18f4343e81f4ca
parent38305a0ba09acdff4d27fef4c2666b91bc0836e8
Fix buffer overflow in introduce_client and burst_TS6

If the client being introduced has more than 10 user modes send_umode()
will overflow ubuf

(cherry picked from commit 9744d53ec9024a7fa2ec017229bc384086964db1)
src/s_serv.c
src/s_user.c