Reported by: alc
Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
sys/dev/md/md.c | ||
---|---|---|
1561 ↗ | (On Diff #73465) | I do not see much sense in asserting this, but do not object strongly. |
sys/compat/linuxkpi/common/src/linux_page.c | ||
---|---|---|
223 ↗ | (On Diff #73465) | AFAIK, the mips and powerpc versions of ptoa() have a single implementation that is used on both 32- and 64-bit machines, and on 64-bit machine there is no guarantee that the argument is converted to a 64-bit quantity. |
sys/compat/linuxkpi/common/src/linux_page.c | ||
---|---|---|
223 ↗ | (On Diff #73636) | I think size_t or vm_offset_t would be better there. |
sys/compat/linuxkpi/common/src/linux_page.c | ||
---|---|---|
202 ↗ | (On Diff #73662) | Here is another possible ptoa() conversion that is identical to the first. |