]> jfr.im git - irc/ircd-hybrid/bopm.git/commit
Make sure that the param string is at least null terminated when there is
authorandy <redacted>
Sun, 2 Feb 2003 00:44:06 +0000 (00:44 +0000)
committerandy <redacted>
Sun, 2 Feb 2003 00:44:06 +0000 (00:44 +0000)
commit627b53c79f1db9e033937609a9fea2fa38f0c6a2
tree690c7ca58a4de0963f957624bef86f11ce5afd9f
parent716937cc704ba4fdd38261c1edc823160d1ef73e
Make sure that the param string is at least null terminated when there is
no parameter (this caused segfault on any oper command for implementations
whose strlen() can't handle null pointers, e.g. sparc-sun-solaris2.8).
src/opercmd.c