Reported by: GCC
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 50687 Build 47578: arc lint + arc unit
Event Timeline
sys/fs/fuse/fuse_vnops.c | ||
---|---|---|
2221 | Btw, cr_gid is #define'd to cr_groups[0] in <sys/ucred.h> so I'm not really sure how this compiling without other warnings as it was expanding to things like gid_t cr_groups[0]; and then in the assignments below cr_groups[0] = cred->cr_groups[0];. In theory -Warray-bounds should have caught that but didn't. |