From 8b9134628c6611ea27de5497fb59878ffcacba5d Mon Sep 17 00:00:00 2001 From: hasufell Date: Tue, 27 May 2014 01:08:52 +0200 Subject: [PATCH] STRING: improve doxygen comment --- src/ntru_string.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/ntru_string.h b/src/ntru_string.h index 8b174c0..69126ef 100644 --- a/src/ntru_string.h +++ b/src/ntru_string.h @@ -42,6 +42,9 @@ struct string { /** * Pointer to the char array, * holding the actual string. + * THIS IS NOT NULL TERMINATED + * (at least not necessarily, + * don't ever assume it). */ char *ptr; /**