Hi Rabin,
On 29 October 2014 16:21, Rabin Vincent wrote:
> Hush segfaults if it sees a syntax error while attempting to parse a
> command:
>
> $ ./u-boot -c "'"
> ...
> syntax error
> Segmentation fault (core dumped)
>
> This is due to a NULL pointer dereference of in_str->p in static_peek().
Hush segfaults if it sees a syntax error while attempting to parse a
command:
$ ./u-boot -c "'"
...
syntax error
Segmentation fault (core dumped)
This is due to a NULL pointer dereference of in_str->p in static_peek().
The problem is that the exit condition for the loop in
parse_stream_outer(
2 matches
Mail list logo