Re: [PATCH 01/14] segment_report_module: Get rid of variable-length arrays

2020-11-18 Thread Mark Wielaard
Hi Tim, On Thu, Nov 12, 2020 at 04:03:59PM +0100, Timm Bäder via Elfutils-devel wrote: > This prevents a jump which is needed in a later patch. I liked them better when they defined the array size, since it shows the array size equals the for loop bounds. But the usage does look nicer now. I adde

[PATCH 01/14] segment_report_module: Get rid of variable-length arrays

2020-11-12 Thread Timm Bäder via Elfutils-devel
This prevents a jump which is needed in a later patch. Signed-off-by: Timm Bäder --- libdwfl/dwfl_segment_report_module.c | 36 ++-- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/libdwfl/dwfl_segment_report_module.c b/libdwfl/dwfl_segment_report_module.