Skip to content

[AIX] Update backtrace to account for libc changes and fix XCOFF parsing#757

Open
amy-kwan wants to merge 1 commit into
rust-lang:masterfrom
amy-kwan:amy-kwan/fix-aix-v0.3.6
Open

[AIX] Update backtrace to account for libc changes and fix XCOFF parsing#757
amy-kwan wants to merge 1 commit into
rust-lang:masterfrom
amy-kwan:amy-kwan/fix-aix-v0.3.6

Conversation

@amy-kwan
Copy link
Copy Markdown

This patch synchronizes AIX backtrace support with newer libc updates and fix type correctness issues:

  • Bump libc to 0.2.175 to pick up latest AIX-related fixes.
  • Update libc::loadquery buffer argument to use *mut c_void instead of *mut c_char, matching the current libc API.
  • Fix XCOFF section name comparison to handle Option<&[u8]>.

This patch synchronizes AIX backtrace support with newer libc updates and fix
type correctness issues:

- Bump libc to 0.2.175 to pick up latest AIX-related fixes.
- Update libc::loadquery buffer argument to use *mut c_void instead
  of *mut c_char, matching the current libc API.
- Fix XCOFF section name comparison to handle Option<&[u8]>.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant