Actions
Bug #18123
closedaddr2line.c: Define `SHF_COMPRESSED`
Description
Currently, addr2line.c
defines SHF_COMPRESSED
as 0
if not defined. This is problematic because this results in treating sections as not compressed even if they really are. If not defined, SHF_COMPRESSED
should be defined as (1 << 11)
instead. A patch is attached for that.
Files
Updated by jeremyevans0 (Jeremy Evans) 12 months ago
I added a pull request for this patch and the patches for #18121 and #18081: https://github.com/ruby/ruby/pull/4957
Updated by mame (Yusuke Endoh) 12 months ago
- Status changed from Open to Feedback
@xtkoba (Tee KOBAYASHI) Can you give me an example of a specific environment where this would be an actual problem? I can't verify this.
Actions
Like0
Like0Like0