Page MenuHomeFreeBSD

sh: Fix job pointer invalidation with trapsasync
ClosedPublic

Authored by jilles on Nov 17 2025, 6:27 PM.
Tags
None
Referenced Files
F156443195: D53793.diff
Wed, May 13, 5:45 PM
Unknown Object (File)
Mon, May 11, 9:55 PM
Unknown Object (File)
Mon, May 11, 9:00 PM
Unknown Object (File)
Mon, May 11, 8:38 PM
Unknown Object (File)
Thu, Apr 30, 2:41 PM
Unknown Object (File)
Thu, Apr 30, 12:33 AM
Unknown Object (File)
Mon, Apr 27, 3:30 PM
Unknown Object (File)
Mon, Apr 27, 2:08 PM
Subscribers

Details

Summary

Calling dotrap() can do almost anything, including reallocating the
jobtab array. Convert the job pointer to an index before calling
dotrap() and then restore a proper job pointer afterwards.

PR: 290330
Reported by: bdrewery

Test Plan

Install patched sh with new tests, cd /usr/tests/bin/sh && kyua test and reboot (all within a virtual machine).

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable