From d4adab3e78181ef173c25c469c7377993349939b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Fri, 18 Dec 2009 17:33:33 +0100 Subject: [PATCH] added error info about the strncpy check --- lib/checkbufferoverrun.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/checkbufferoverrun.h b/lib/checkbufferoverrun.h index ed51b1be2..e07464a8d 100644 --- a/lib/checkbufferoverrun.h +++ b/lib/checkbufferoverrun.h @@ -96,6 +96,7 @@ private: strncatUsage(0); outOfBounds(0, "index"); sizeArgumentAsChar(0); + terminateStrncpyError(0); } std::string name() const