CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/01/12 01:23:06
Modified files:
regress/sys/kern/ptrace/xstate: xstate.c
Log message:
regress/xstate: Dynamic xstate buffer size
The current implementation leads to an "xstate buffer too small" error
on newer machines with an xstate area bigger than 1KiB. Allocate the
buffer dynamically from PT_GETXSTATE_INFO kernel info.
ok anton@
