bug-sourceinstall
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-sourceinstall] Re: [bug-idutils] Bug in lisp scanner (infinite loop


From: Claudio Fontana
Subject: [bug-sourceinstall] Re: [bug-idutils] Bug in lisp scanner (infinite loop)
Date: Thu, 19 Oct 2006 14:35:42 -0700 (PDT)

Hello Walter,

--- Walter Sosa <address@hidden> wrote: 

> Here is the fix:
> $ diff -u libidu/scanners.c.orig libidu/scanners.c
> --- libidu/scanners.c.orig      Fri Jul 21 19:27:00
> 2006
> +++ libidu/scanners.c   Wed Oct 18 10:58:18 2006
> @@ -1639,7 +1639,7 @@
>         if (c == '\\')
>           {
>             c = getc (in_FILE);
> -           continue;
> +           goto string;
>           }
>        } while ( (c != EOF) && (c != '"'));
>        goto top;
> 

Thanks, it has been applied to CVS.
If you want, you can provide a ChangeLog entry too,
otherwise the current one will do:

http://cvs.savannah.gnu.org/viewcvs/idutils/ChangeLog?root=idutils&r1=1.67&r2=1.68

Thank you again,

Claudio






__________________________________________________
Do You Yahoo!?
Poco spazio e tanto spam? Yahoo! Mail ti protegge dallo spam e ti da tanto 
spazio gratuito per i tuoi file e i messaggi 
http://mail.yahoo.it 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]