Files
binutils-gdb/libctf
Alan Modra 626360da44 ctf-archive sanity checks
Existing code checks that the first uint64_t ctfa_magic field is
available before reading but neglects to check that the last uint64_t
ctfa_ctfs is available before reading it in ctf_arc_bufpreamble.
ctf_arc_bufopen sets up a pointer to the struct ctf_archive in
ctf_new_archive_internal.  Extend the check to cover the entire struct.

	PR 33548
	PR 33549
	* ctf-archive.c (ctf_arc_bufpreamble, ctf_arc_bufopen): Check
	that buffer contains at least an entire struct ctf_archive
	when accessing such a struct.
2025-11-03 13:01:42 +10:30
..
2025-07-13 08:35:45 +01:00
2025-11-03 10:59:50 +10:30
2025-08-07 22:14:49 +09:30
2025-11-03 13:01:42 +10:30