charybdis-ircd / charybdis

Scalable IRCv3.2 server for large, community-oriented networks
GNU General Public License v2.0
231 stars 102 forks source link

YESNO options are of type bool, not int #260

Closed FauxFaux closed 6 years ago

FauxFaux commented 6 years ago

This causes memory corruption on modern compilers, and crashes under -fsanitize=address.

Fixes #259.