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
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
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 โ | (On Diff #2316) | 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 โ | (On Diff #2316) | in this context sig is always valid |