From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olivier MATZ Subject: Re: [PATCH] cmdline: finish at EOF Date: Mon, 26 May 2014 16:27:29 +0200 Message-ID: <53834F51.4070703@6wind.com> References: <1400858484-2402-1-git-send-email-cristian.dumitrescu@intel.com> <537F6A02.3020106@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit To: Cristian Dumitrescu , dev-VfR2kkLFssw@public.gmane.org Return-path: In-Reply-To: <537F6A02.3020106-pdR9zngts4EAvxtiuMwx3w@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" Hi Cristian, On 05/23/2014 05:32 PM, Olivier MATZ wrote: > On 05/23/2014 05:21 PM, Cristian Dumitrescu wrote: >> Bug fix in cmdline library to allow return on EOF as opposed to >> infinite loop. >> >> Signed-off-by: Cristian Dumitrescu >> --- >> lib/librte_cmdline/cmdline.c | 2 +- >> 1 files changed, 1 insertions(+), 1 deletions(-) >> mode change 100644 => 100755 lib/librte_cmdline/cmdline.c > > Acked-by: Olivier Matz By the way, I just noticed that this bug had already been fixed into my cmdline project onto my personal website some time ago: http://git.droids-corp.org/?p=libcmdline.git;a=commitdiff;h=52e1d5772d1f465a013e65b8ae6e43a027438ed6 Regards, Olivier