libbpf / blazesym

blazesym is a library for address symbolization and related tasks
BSD 3-Clause "New" or "Revised" License
119 stars 25 forks source link

Fix addresses being represented as uintptr_t #869

Closed danielocfb closed 3 weeks ago

danielocfb commented 3 weeks ago

As of commit f3c8d248a198 ("Make Addr a u64") all addresses were supposed to be represented as 64 bit integers. However, that changed did not adjust the C API bindings. Usually that would have been picked up transparently in the C header, except that cbindgen required us to explicitly specify the address type, leading to a mismatch. Fix it up.

codecov[bot] commented 3 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 95.39%. Comparing base (75714f8) to head (9dc9dfb). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #869 +/- ## ======================================= Coverage 95.39% 95.39% ======================================= Files 55 55 Lines 10522 10522 ======================================= Hits 10037 10037 Misses 485 485 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.