Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 53303 Build 50194: arc lint + arc unit
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? |