]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
strncpy sucks ass! -- Old code was using strncpy which doesnt null terminate a string...
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Wed, 18 Jan 2006 20:03:24 +0000 (20:03 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Wed, 18 Jan 2006 20:03:24 +0000 (20:03 +0000)
commitece2c5daca87ca8b6759857a27de342e2df98b21
tree46ec68f5515abd062a177d9425e706ca2688f80d
parent93824184400d603aaeda09f9b4cd59c4f85ce3a9
strncpy sucks ass! -- Old code was using strncpy which doesnt null terminate a string if the string fills a buffer (!!!) - our strlcpy implementation fixes this.

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2817 e03df62e-2008-0410-955e-edbf42e46eb7
src/channels.cpp