Fix a logic bug in error handling code. It is an error if p == NULL.
The linelen tests are only meaningful when p != NULL.
Reported by: Coverity
Coverity CID: 1368655
MFC after: 1 month
Fix a logic bug in error handling code. It is an error if p == NULL. Tags None Referenced Files None Subscribers None
Description
Details
|