Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Only issue I see, and it might not even be an issue, is assuming sizeof(int) == 4.
lib/libc/tests/stdio/snprintf_test.c | ||
---|---|---|
47 | these assume 32-bit int. Is that sane wrt CHERI? |