From 5c53f05f766458af333a67b22733ae680fba788a Mon Sep 17 00:00:00 2001 From: brain Date: Wed, 13 Sep 2006 20:29:53 +0000 Subject: If inspircd crashes in std::string destructor in CommandParser::ProcessCommand, take away all std::string's to make the bug manifest elsewhere, so maybe we can spot it git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5232 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/command_parse.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') diff --git a/include/command_parse.h b/include/command_parse.h index 40c3425fb..682489ad5 100644 --- a/include/command_parse.h +++ b/include/command_parse.h @@ -38,6 +38,10 @@ class CommandParser : public classbase */ InspIRCd* ServerInstance; + /** Parameter buffer + */ + std::vector para; + /** Process a parameter string into a list of items * @param command_p The output list of items * @param parameters The input string -- cgit v1.2.3