]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
Fix possible sqllog crash (working blind here!) where it could attempt to delete...
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Fri, 10 Aug 2007 21:07:41 +0000 (21:07 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Fri, 10 Aug 2007 21:07:41 +0000 (21:07 +0000)
commit5f67bfbc8eec11189b0e60dbcee4bd273cbb1cc8
tree5f7096e79e277ddbfaba63639a4d442558f6b2b7
parentddbde2059831e1532cfc0c453d61633bdccc8b2d
Fix possible sqllog crash (working blind here!) where it could attempt to delete a pointer without knowing if that pointer was valid. (NEVER EVER use operator[] to lookup a map value, always use ::find())

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7700 e03df62e-2008-0410-955e-edbf42e46eb7
src/modules/extra/m_sqllog.cpp