Hi Anton,
On Wed, 2024-10-23 at 13:40 +0300, ant.v.morya...@gmail.com wrote:
> Fix a bug that caused a null pointer dereference in the `dwarf_ranges`
> function.
> Added a check for NULL before dereferencing the pointer `d` to prevent
> potential
> segmentation faults.
Basically the same commen
From: AntonMoryakov
Fix a bug that caused a null pointer dereference in the `dwarf_ranges` function.
Added a check for NULL before dereferencing the pointer `d` to prevent potential
segmentation faults.
---
libdw/dwarf_ranges.c | 7 ---
1 file changed, 4 insertions(+), 3 deletions(-)
diff -