readether argument is missing & operator.
CID 1374944
Details
Details
- Reviewers
cem - Commits
- rS318142: libstand: NULL pointer dereference in rarp
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 9171 Build 9614: CI src build Jenkins Build 9613: arc lint + arc unit
Event Timeline
Comment Actions
I'd suggest changing this interface from void ** to more typed pointers to catch this, although I'd expect GCC/Clang to catch passing a void * to void ** parameter. Maybe check WARNS level?
Comment Actions
I think eventually we need there a bit more generic buffer structure to allow custom alignment, but that idea needs more time to settle.