Files
rtems/cpukit/libdl
Shivam Deolankar c50ffe653f libdl/sparc: Fix overflow in relocation bitmask
_BM(x) produces 64-bit values which are implicitly converted to int
in reloc_target_bitmask. For x = 32, this causes truncation from
4294967295 to -1 on 32-bit targets, triggering -Woverflow.
Used uint32_t and cast the result to avoid implicit narrowing.

Fixes #5557
2026-05-19 01:08:06 +00:00
..
2026-02-05 14:40:30 -07:00
2026-02-05 14:40:30 -07:00
2026-02-05 10:24:14 -07:00
2026-02-05 08:50:43 -06:00
2026-02-05 08:50:43 -06:00
2026-02-05 08:50:43 -06:00
2026-02-05 14:40:30 -07:00