[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gprolog-1.4.4 bug report
From: |
Daniel Diaz |
Subject: |
Re: gprolog-1.4.4 bug report |
Date: |
Tue, 13 May 2014 09:11:00 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 |
Thank you for the bug report.
In fact it was already fixed in the current git version.
Daniel
Le 12/05/2014 18:16, David Binderman a écrit :
Hello there,
terminal.c:308:14: warning: variable 'q' is uninitialized when used here
[-Wuninitialized]
Source code is
while(*p && isprint(*p) && !isspace(*p))
*q++ = *p++;
Suggest initialise q before first use.
Regards
David Binderman
--
Ce message a ete verifie par MailScanner
pour des virus ou des polluriels et rien de
suspect n'a ete trouve.