On 04/01/2018 15:09, Julia Lawall wrote: > > > On Thu, 4 Jan 2018, Francois-Xavier Le Bail wrote: > >> Hi, >> >> I got high badcounts with some sources. > > Actually, in this case there are just some parse errrors in the code. > > ND_PRINT((ndo, " from %s", etheraddr_string(... (line 302) > This is missing one ) > > ND_PRINT((ndo, ", hops %d", EXTRACT_U_1(... (line 322) > This has one ) too many.
Bingo ! Thank you. Do you have an option or a tool to find these errors ? Because neither gcc nor clang find them ! -- Francois-Xavier _______________________________________________ Cocci mailing list [email protected] https://systeme.lip6.fr/mailman/listinfo/cocci
