Branch: refs/heads/thaines/gcc14_clang19_warnings_fixes
Home: https://github.com/dyninst/dyninst
Commit: a82ae2d9c5f6b4a4c4a91b49b7ed35adb44efc82
https://github.com/dyninst/dyninst/commit/a82ae2d9c5f6b4a4c4a91b49b7ed35adb44efc82
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-10-06 (Sun, 06 Oct 2024)
Changed paths:
M common/h/Annotatable.h
Log Message:
-----------
Suppress array-bounds warning in Annotations.h
gcc-14 says that this is an out-of-bounds access error. I don't feel like
figuring out if this is a spurious warning or an actual issue. These
annotation classes need to go away, so I'm just kludging it here.
Commit: e0e1bde90f3b5e34cd0804bf8df1065cc73411b3
https://github.com/dyninst/dyninst/commit/e0e1bde90f3b5e34cd0804bf8df1065cc73411b3
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-10-07 (Mon, 07 Oct 2024)
Changed paths:
M stackwalk/src/callchecker.C
M symtabAPI/src/dwarfWalker.C
Log Message:
-----------
printf type mismatch
This is from clang-19.
Compare: https://github.com/dyninst/dyninst/compare/a82ae2d9c5f6%5E...e0e1bde90f3b
To unsubscribe from these emails, change your notification settings at https://github.com/dyninst/dyninst/settings/notifications
|