blob: af9903043f084270714792a9d3cdf4def555f5a1 (
plain) (
blame)
1
2
3
|
runtime
The issue described involves a runtime assumption that `getauxval(AT_SYSINFO)` will return a valid function pointer, leading to a segmentation fault during execution. This falls under runtime errors rather than issues directly related to instruction or syscall handling.
|