diff options
author | Vladimir Mezentsev <vladimir.mezentsev@oracle.com> | 2024-09-17 21:36:29 -0700 |
---|---|---|
committer | Vladimir Mezentsev <vladimir.mezentsev@oracle.com> | 2024-09-18 20:24:24 -0700 |
commit | b6532accdd8e24329cc69bb58bc2883796008776 (patch) | |
tree | c406443e2d21c7f2fa4261442176c56ff9963ea2 /gdb/python/py-cmd.c | |
parent | 5ea2e0f74eb63c6d20c9268e8a0b30ed9bdd8fe1 (diff) | |
download | binutils-b6532accdd8e24329cc69bb58bc2883796008776.zip binutils-b6532accdd8e24329cc69bb58bc2883796008776.tar.gz binutils-b6532accdd8e24329cc69bb58bc2883796008776.tar.bz2 |
Fix 32096 UBSAN issues in gprofng
Fixed UBSAN runtime errors such as:
- member call on address which does not point to an object of type 'Vector'
- load of misaligned address 0x623e5a670173 for type 'int', which requires 4 byte alignment
gprofng/ChangeLog
2024-09-17 Vladimir Mezentsev <vladimir.mezentsev@oracle.com>.
PR gprofng/32096
* libcollector/unwind.c: Fix UBSAN runtime errors.
* src/CallStack.cc (add_stack_java, add_stack_java_epilogue):
Change argument type to Vector<Histable*>*.
* src/Experiment.cc (update_ts_in_maps): Change variable type.
* src/Experiment.h: Change field type to Vector<Histable*>*.
Diffstat (limited to 'gdb/python/py-cmd.c')
0 files changed, 0 insertions, 0 deletions