[Bug 256199] truss: lseek() decoded incorrectly on armv7
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 256199] truss: lseek() decoded incorrectly on armv7"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 22 Sep 2021 23:06:27 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256199
--- Comment #1 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:
URL:
https://cgit.FreeBSD.org/src/commit/?id=ebbc3140ca0d7eee154f7a67ccdae7d3d88d13fd
commit ebbc3140ca0d7eee154f7a67ccdae7d3d88d13fd
Author: Olivier Houchard <cognet@FreeBSD.org>
AuthorDate: 2021-09-22 22:45:42 +0000
Commit: Olivier Houchard <cognet@FreeBSD.org>
CommitDate: 2021-09-22 23:04:16 +0000
truss: Decode correctly 64bits arguments on 32bits arm.
When decoding 32bits arm syscall, make sure we account for the padding when
decoding 64bits args. Do it too when using a 64bits truss on a 32bits
binary.
MFC After: 1 week
PR: 256199
usr.bin/truss/syscalls.c | 22 ++++++++++++++--------
1 file changed, 14 insertions(+), 8 deletions(-)
--
You are receiving this mail because:
You are the assignee for the bug.