]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
Fix for GCC 6 rightfully optimizing out the NULL check of 'this' in ConfigTag::readSt...
authorAttila Molnar <attilamolnar@hush.com>
Thu, 9 Jun 2016 13:12:35 +0000 (15:12 +0200)
committerAttila Molnar <attilamolnar@hush.com>
Thu, 9 Jun 2016 13:12:35 +0000 (15:12 +0200)
commit66f82ccf926aac39273bfc652c85c08080cc9a46
treecaedcd385eba7c6416dbb79e7924d06dc381adae
parent61854caa5a7819b303c7b60e182b54c0a06b2fab
Fix for GCC 6 rightfully optimizing out the NULL check of 'this' in ConfigTag::readString()

Checking is only necessary in ModuleSSLInfo::OnPostConnect() as oper types are not encountered in the other cases but check anyway to be sure
src/commands/cmd_oper.cpp
src/modules/m_sslinfo.cpp