MFC r302151: posixshm: Fix lock leak when mac_posixshm_check_read rejects
read.
While reading the code, I noticed that shm_read() returns without unlocking
foffset and rangelock if mac_posixshm_check_read() rejects the read.
MFC r302151: posixshm: Fix lock leak when mac_posixshm_check_read rejects Tags None Referenced Files None Subscribers None
Description
Details
|