Details
Details
- Reviewers
- None
- Group Reviewers
Linux Emulation - Commits
- rS283436: Use the BSD_TO_LINUX_SIGNAL() wherever there is no need
Diff Detail
Diff Detail
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
Comment Actions
More BSD_TO_LINUX..
Updating D1086: Use the BSD_TO_LINUX_SIGNAL() wherever there is no need
to check the ABI as it is known.
sys/amd64/linux32/linux32_sysvec.c | ||
---|---|---|
347 | Doesn't this macro miss check for sig > 0? If sig == 0, we end up dereferencing bsd_to_linux_signal[-1], right? |
sys/amd64/linux32/linux32_sysvec.c | ||
---|---|---|
347 | in this context sig is always valid |