[Swan] Can you help me in using the correct tool ?

Wes Hardaker opensource at hardakers.net
Wed Jan 9 07:49:38 EET 2013


Philippe Vouters <philippe.vouters at laposte.net> writes:

> *Best fix that I shall git commit:*
> <<EOF>> {
>         if(parser_y_eof()) {
>             yyterminate();
>         }
>         if (stacktop->file != NULL) {
>             fprintf(stderr,"ERROR: EOF at EOL condition found in %s\n",
> stacktop->fileglob.gl_pathv[stacktop->fileglobcnt]);
>             yyterminate();
>         }
> }

That code does indeed fix the seg-fault-on-bad-config-file problem that
originated my change.  So thanks for fixing my fix!
-- 
Wes Hardaker                                     
My Pictures:  http://capturedonearth.com/
My Thoughts:  http://pontifications.hardakers.net/


More information about the Swan mailing list