Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add comment
  • Loading branch information
jakeegan committed Jul 17, 2025
commit 505360a09a87b193ec8ff38e1f84b82862539479
1 change: 1 addition & 0 deletions compiler-rt/lib/asan/asan_descriptions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,7 @@ AddressDescription::AddressDescription(uptr addr, uptr access_size,
return;
}

// GetGlobalAddressInformation is called earlier on AIX due to a workaround
#if !SANITIZER_AIX
Comment thread
jakeegan marked this conversation as resolved.
if (GetGlobalAddressInformation(addr, access_size, &data.global)) {
data.kind = kAddressKindGlobal;
Expand Down
Loading