From ca781714c1651a9e7042eb930c6b117449f8e1fc Mon Sep 17 00:00:00 2001 From: w00t Date: Sun, 20 Jul 2008 08:53:56 +0000 Subject: Fixes to some stuff that writes on memory it shouldn't (thanks psychon). git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10047 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/mode.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mode.cpp') diff --git a/src/mode.cpp b/src/mode.cpp index bce2b2019..faa70a29f 100644 --- a/src/mode.cpp +++ b/src/mode.cpp @@ -1221,5 +1221,5 @@ ModeParser::ModeParser(InspIRCd* Instance) : ServerInstance(Instance) this->AddMode(modes[index]); seq = 0; - memset(&sent, 0, 256); + memset(&sent, 0, sizeof(sent)); } -- cgit v1.3.1-10-gc9f91