From e59a6655733c50c3a49acf376492dee36c6cc0c0 Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 23 Feb 2011 12:09:09 +0000 Subject: Fix potential memory leak git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3312 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/ChangeLog | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'nuttx/ChangeLog') diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog index e3b2eb7bf..4bd2b421d 100644 --- a/nuttx/ChangeLog +++ b/nuttx/ChangeLog @@ -1463,9 +1463,8 @@ a USB host HID keyboard configuraion. * drivers/usbhost/hid_parser.c -- Leverages the LUFA HID parser written by Dean Camera. - * lib/lib_getopt() -- Correct an error in the getopt() logic: On certain error - return cases, the state was not being reset correcly and incorrect behaviors - could occur on subsequent calls to getopt(). + * examples/nsh -- Correct an usage of getopt(): If you stop calling getopt() + before all parameters are parsed, you can leave getopt() in a strange state. -- cgit v1.2.3