Page MenuHomeFreeBSD

Fix coverity CID: 1391235, 1193654 and 1193651 (Unchecked return value)
ClosedPublic

Authored by araujo on May 23 2018, 9:16 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 1, 12:50 PM
Unknown Object (File)
Sat, Mar 21, 3:43 PM
Unknown Object (File)
Feb 28 2026, 10:07 PM
Unknown Object (File)
Feb 28 2026, 7:52 AM
Unknown Object (File)
Feb 27 2026, 8:43 AM
Unknown Object (File)
Feb 23 2026, 2:10 AM
Unknown Object (File)
Feb 8 2026, 12:06 AM
Unknown Object (File)
Feb 7 2026, 6:45 PM
Subscribers

Details

Summary

pthread_rwlock_unlock(3) returns 0 if successful, otherwise an error number
will be returned to indicate the error, so I'm applying an assert(3) to do
a sanity check of the return value.

Test Plan

Rebuild bhyve with this patch:

  1. Test FreeBSD HEAD as a guest.
  2. Test FreeBSD HEAD as a guest with "wire guest memory -S".

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable