]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
Some systems with whacky va_list implementations do undefined stuff when vsnprintf...
authorAdam <Adam@anope.org>
Thu, 23 May 2013 17:19:12 +0000 (13:19 -0400)
committerAdam <Adam@anope.org>
Thu, 23 May 2013 17:19:12 +0000 (13:19 -0400)
commitda69771af628c6d16b5840f3d642ef70fcbe2170
treec9a7849e6f20577a32b0e7143d099316a13692c6
parent27f046550c96714bc78a5e1499431da17c24408a
Some systems with whacky va_list implementations do undefined stuff when vsnprintf is called multiple times with the same list, so have InspIRCd::Format va_copy the list before each call
src/helperfuncs.cpp