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 Not Applicable - Unit
Tests Not Applicable
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.