mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
b6532accdd
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*>*. |
||
---|---|---|
.. | ||
aclocal.m4 | ||
CHK_LIBC_OBJ | ||
collector.c | ||
collector.h | ||
collectorAPI.c | ||
configure | ||
configure.ac | ||
descendants.h | ||
dispatcher.c | ||
envmgmt.c | ||
gethrtime.c | ||
heaptrace.c | ||
hwprofile.c | ||
hwprofile.h | ||
iolib.c | ||
iotrace.c | ||
jprofile.c | ||
libcol_hwcdrv.c | ||
libcol_hwcfuncs.c | ||
libcol_util.c | ||
libcol_util.h | ||
libcol-i386-dis.c | ||
libgprofng.ver | ||
linetrace.c | ||
Makefile.am | ||
Makefile.in | ||
memmgr.c | ||
memmgr.h | ||
mmaptrace.c | ||
profile.c | ||
synctrace.c | ||
tsd.c | ||
tsd.h | ||
unwind.c |