]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
Fix incorrect std::string::operator[] usage
authorAttila Molnar <attilamolnar@hush.com>
Mon, 28 Sep 2015 08:36:17 +0000 (10:36 +0200)
committerAttila Molnar <attilamolnar@hush.com>
Mon, 28 Sep 2015 08:36:17 +0000 (10:36 +0200)
commitb2db94675b1881ab40f2e6c625f716f79e1efcc4
tree6a95d85f7a24d61686f3adc4c6cdf155e8313bf2
parentaec9540601a8ca8632d0a4e0c4cec1484cfef99a
Fix incorrect std::string::operator[] usage

Passing a position equal to length() to the non-const version of operator[] is undefined
src/modules/m_check.cpp
src/modules/m_namedmodes.cpp