The following patch series is for fixing the "continue statement of death" report here:
https://www.mail-archive.com/[email protected]/msg06199.html Changes include removing circular references that cause the crash and adding a corresponding test case. engine/transformation_c.ml | 2 +- tests/stmt_removed_and_added.c | 8 ++++++++ tests/stmt_removed_and_added.cocci | 7 +++++++ tests/stmt_removed_and_added.res | 8 ++++++++ 4 files changed, 24 insertions(+), 1 deletion(-) _______________________________________________ Cocci mailing list [email protected] https://systeme.lip6.fr/mailman/listinfo/cocci
