On 8/7/21 11:42 AM, Warner Losh wrote:
It was incorrect to subtract off the size of an unsigned int here. In bsd-user fork, this change was made when moving the arch specific items to specific files. The size in BSD that's available for the arguments does not need a return address subtracted from it.Signed-off-by: Warner Losh<[email protected]> --- bsd-user/bsdload.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-)
Reviewed-by: Richard Henderson <[email protected]> r~
