From 83db3bbee4e19e7426a32ee89ad6c2d8e48260f2 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Tue, 18 Jun 2013 20:03:57 -0700 Subject: Also poison memcpy, memmove, and memset --- src/common/const_array.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/common/const_array.hpp') diff --git a/src/common/const_array.hpp b/src/common/const_array.hpp index 06045dc..a3a6d58 100644 --- a/src/common/const_array.hpp +++ b/src/common/const_array.hpp @@ -126,6 +126,8 @@ public: }; // subclass just provides a simpler name and some conversions +// Important note: it must be safe to dereference end, though +// the value is unspecified. class const_string : public const_array { public: -- cgit v1.2.3-60-g2f50