[patch] 1/2 segfault when call network_opers_parse()

andrzej zaborowski balrogg at gmail.com
Mon Jan 7 18:39:34 CET 2008


On 07/01/2008, andrzej zaborowski <balrogg at gmail.com> wrote:
> -           if (n < 10 || str[n - 1] != ')')
> +           if (n < 10 || !n || str[n - 1] != ')')

Err, sorry, just when I hit "send" I noticed this is wrong.

Regards



More information about the gsmd-devel mailing list