https://sourceware.org/bugzilla/show_bug.cgi?id=32096
--- Comment #7 from Sourceware Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Vladimir Mezentsev <vmeze...@sourceware.org>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=b6532accdd8e24329cc69bb58bc2883796008776 commit b6532accdd8e24329cc69bb58bc2883796008776 Author: Vladimir Mezentsev <vladimir.mezent...@oracle.com> Date: Tue Sep 17 21:36:29 2024 -0700 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.mezent...@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*>*. -- You are receiving this mail because: You are on the CC list for the bug.