binutils-gdb/gprofng/libcollector
Vladimir Mezentsev b6532accdd 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*>*.
2024-09-18 20:24:24 -07:00
..
aclocal.m4
CHK_LIBC_OBJ
collector.c Fix 32097 Warnings when building gprofng with Clang 2024-09-04 13:49:21 -07:00
collector.h Fix 32097 Warnings when building gprofng with Clang 2024-09-04 13:49:21 -07:00
collectorAPI.c Fix 32097 Warnings when building gprofng with Clang 2024-09-04 13:49:21 -07:00
configure Change version to 2.43.50 2024-07-20 13:16:33 +01:00
configure.ac
descendants.h
dispatcher.c Fix 32097 Warnings when building gprofng with Clang 2024-09-04 13:49:21 -07:00
envmgmt.c
gethrtime.c
heaptrace.c gprofng: specify the heap data collection range 2024-08-12 15:54:59 -07:00
hwprofile.c gprofng: 32018 Compilation of binutils 2.43 failed on CentOS 6 2024-07-30 12:06:26 -07:00
hwprofile.h RISC-V:[gprofng] Minimal support gprofng for riscv. 2024-07-10 15:16:03 -07:00
iolib.c
iotrace.c Fix 32097 Warnings when building gprofng with Clang 2024-09-04 13:49:21 -07:00
jprofile.c
libcol_hwcdrv.c
libcol_hwcfuncs.c
libcol_util.c Fix 32097 Warnings when building gprofng with Clang 2024-09-04 13:49:21 -07:00
libcol_util.h Fix 32097 Warnings when building gprofng with Clang 2024-09-04 13:49:21 -07:00
libcol-i386-dis.c
libgprofng.ver
linetrace.c Fix 32097 Warnings when building gprofng with Clang 2024-09-04 13:49:21 -07:00
Makefile.am
Makefile.in
memmgr.c
memmgr.h
mmaptrace.c
profile.c
synctrace.c
tsd.c
tsd.h
unwind.c Fix 32096 UBSAN issues in gprofng 2024-09-18 20:24:24 -07:00