Skip to content

Fix 32-bit readv/writev tests.#4070

Merged
rocallahan merged 1 commit into
rr-debugger:masterfrom
bernhardu:fix-readv2-writev2-tests
Apr 28, 2026
Merged

Fix 32-bit readv/writev tests.#4070
rocallahan merged 1 commit into
rr-debugger:masterfrom
bernhardu:fix-readv2-writev2-tests

Conversation

@bernhardu
Copy link
Copy Markdown
Contributor

In the tests the type off_t is 8 bytes in 32-bit and 64-bit. Therefore in 32-bit in rec_prepare_syscall_arch the regs.arg6 contains not the invalid parameter, therefore the "return reject_preadv2_pwritev2" is not reached.

Followup of 95b6860.

CC: @azat

In the tests the type off_t is 8 bytes in 32-bit and 64-bit.
Therefore in 32-bit in rec_prepare_syscall_arch the regs.arg6
contains not the invalid parameter, therefore the
"return reject_preadv2_pwritev2" is not reached.

Followup of 95b6860.
@rocallahan rocallahan merged commit f540115 into rr-debugger:master Apr 28, 2026
5 checks passed
@bernhardu bernhardu deleted the fix-readv2-writev2-tests branch April 28, 2026 21:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants