]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
Avoid calling methods on NULL pointers wherever possible.
authorPeter Powell <petpow@saberuk.com>
Wed, 8 Oct 2014 15:34:37 +0000 (16:34 +0100)
committerPeter Powell <petpow@saberuk.com>
Mon, 13 Oct 2014 05:18:14 +0000 (06:18 +0100)
commit6935ce2956fed99d5484da90e614b7126e5275d3
tree35055bf79b871df09a988e6d1b005640b2f13101
parent402a1bb010522a35600325c1a3084e092b40ca22
Avoid calling methods on NULL pointers wherever possible.

The trick we use to allow this is undefined behaviour and is not
liked by LLVM. We should stop using it but it has the potential to
break to many things for a minor release.
include/configreader.h
include/modules.h
src/commands/cmd_motd.cpp
src/commands/cmd_rules.cpp
src/configreader.cpp