summary refs log tree commit diff stats
path: root/results/classifier/phi4:14b/reasoning/manual-review/1813398
blob: 2a423a1f6506e981b99971e37ec9f17fa768b5dc (plain) (blame)
1
2
3
runtime

The issue involves undefined behavior occurring due to improper use of `malloc` after `fork` in a multi-threaded environment on a musl-based system, specifically related to how QEMU manages threads and memory allocation in such scenarios. This falls under runtime errors because it manifests during the execution of the program rather than from a single instruction or syscall fault.