Re: [PATCH] tests: Limit varlocs print_expr_block recursion depth.

2018-06-29 Thread Mark Wielaard
On Tue, 2018-06-26 at 16:50 +0200, Mark Wielaard wrote: > This is only useful for bad DWARF where an expression block might have > an expression that refers to a DIE that contains the expression block > itself. But that might happen with bad DWARF generated by a fuzzer. Pushed to master.

[PATCH] tests: Limit varlocs print_expr_block recursion depth.

2018-06-26 Thread Mark Wielaard
This is only useful for bad DWARF where an expression block might have an expression that refers to a DIE that contains the expression block itself. But that might happen with bad DWARF generated by a fuzzer. Signed-off-by: Mark Wielaard --- tests/ChangeLog | 7 +++ tests/varlocs.c | 30 +++