freebsd-dev/usr.sbin/rpc.lockd
Don Lewis b6ecea3082 Actually use the loop interation limit so carefully computed on the
previous line to prevent buffer overflow.  This turns out to not be
important because the upstream xdr code already capped the object
size at the proper value.  Using the correct limit here looks a lot
less scary and should please Coverity.

Reported by:	Coverity
CID:		1199309, 1199310
MFC after:	1 week
2016-05-16 23:00:48 +00:00
..
kern.c Use prototype. 2014-01-04 01:08:10 +00:00
lock_proc.c Actually use the loop interation limit so carefully computed on the 2016-05-16 23:00:48 +00:00
lockd_lock.c NULL releasedfl after calling deallocate_file_lock() which frees it 2016-05-16 05:17:43 +00:00
lockd_lock.h
lockd.c Fix type mismatches for malloc(3) and Co. 2015-12-29 11:24:41 +00:00
lockd.h
Makefile rpc.locked does not need to link to libutil 2015-04-09 21:48:17 +00:00
Makefile.depend DIRDEPS_BUILD: Regenerate without local dependencies. 2016-02-24 17:20:11 +00:00
rpc.lockd.8 multiple: Remove 3rd clause from BSD license where approved by the 2014-03-14 03:07:51 +00:00
test.c