From 55b3a6fdebfda8ea831102a99707e87843f83441 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 15 Aug 2009 22:59:41 +0000 Subject: [PATCH] strstr fails because length off by 1 git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2022 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttX.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 509b770aa5..cbaec79772 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -1507,6 +1507,8 @@ nuttx-0.4.11 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> * net/recvfrom.c: Fix errors in return value from non-blocking socket read. * lib/lib_strcasecmp.c and lib/lib_strncasecmp.c. Use of post-incremented argument to macro caused strcasecmp() and strncasecmp() to fail. + * lib/lib_strstr.c: Length of substring off by one causes false alarm + sub-string matches. pascal-0.1.3 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>