[Bug libdw/28654] New: There seems to be an infinite loop somewhere in dwfl_segment_report_module

2021-12-06 Thread evvers at ya dot ru via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=28654 Bug ID: 28654 Summary: There seems to be an infinite loop somewhere in dwfl_segment_report_module Product: elfutils Version: unspecified Status: UNCONFIRMED

[Bug libdw/28655] New: There seems to be a memory leak in file_read_elf

2021-12-06 Thread evvers at ya dot ru via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=28655 Bug ID: 28655 Summary: There seems to be a memory leak in file_read_elf Product: elfutils Version: unspecified Status: UNCONFIRMED Severity: normal Priority: P2

[Bug libdw/28657] New: UBSan seems to report a divison-by-zero in dwfl_link_map_report

2021-12-06 Thread evvers at ya dot ru via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=28657 Bug ID: 28657 Summary: UBSan seems to report a divison-by-zero in dwfl_link_map_report Product: elfutils Version: unspecified Status: UNCONFIRMED Severity: n

[Bug libdw/28658] New: UBSan seems to report a divison-by-zero in dwfl_link_map_report

2021-12-06 Thread evvers at ya dot ru via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=28658 Bug ID: 28658 Summary: UBSan seems to report a divison-by-zero in dwfl_link_map_report Product: elfutils Version: unspecified Status: UNCONFIRMED Severity: n

[Bug libdw/28658] UBSan seems to report a divison-by-zero in dwfl_link_map_report

2021-12-06 Thread evvers at ya dot ru via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=28658 Evgeny Vereshchagin changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug libdw/28657] UBSan seems to report a divison-by-zero in dwfl_link_map_report

2021-12-06 Thread evvers at ya dot ru via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=28657 --- Comment #1 from Evgeny Vereshchagin --- *** Bug 28658 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are on the CC list for the bug.

[Bug libdw/28659] New: UBSan seems to complain about an "integer overflow" in dwfl_segment_report_module

2021-12-06 Thread evvers at ya dot ru via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=28659 Bug ID: 28659 Summary: UBSan seems to complain about an "integer overflow" in dwfl_segment_report_module Product: elfutils Version: unspecified Status: UNCONFIRMED

[Bug libdw/28660] New: ASan seems to complain about a "heap-buffer-overflow"

2021-12-06 Thread evvers at ya dot ru via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=28660 Bug ID: 28660 Summary: ASan seems to complain about a "heap-buffer-overflow" Product: elfutils Version: unspecified Status: UNCONFIRMED Severity: normal Priority: P2

[Bug debuginfod/28661] New: support thread-pool model

2021-12-06 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=28661 Bug ID: 28661 Summary: support thread-pool model Product: elfutils Version: unspecified Status: NEW Severity: normal Priority: P2 Component: debuginfod

Re: [PATCH] debuginfod: Clear and reset debuginfod_client winning_headers on reuse

2021-12-06 Thread Frank Ch. Eigler via Elfutils-devel
Hi - > gcc address sanitizer detected a leak of the debuginfod_client > winning_headers when the handle was reused. Make sure to free and > reset the winning_headers field before reuse. This is good. (Note we're not actually using these winning_headers bits for anything. That was to be part of