add missing argument check in ulockmgr.c
authormkmm@gmx-topmail.de <mkmm@gmx-topmail.de>
Tue, 5 Oct 2010 11:00:06 +0000 (13:00 +0200)
committerMiklos Szeredi <mszeredi@suse.cz>
Tue, 5 Oct 2010 11:00:06 +0000 (13:00 +0200)
commitec4a01f94389ce01d667641c77cd34608c72c6f3
tree3e69ef237e903367e8658642f2b8fc559404b944
parent824b4ce6acd676e13cfa216dfbb5dbf4380781a0
add missing argument check in ulockmgr.c

Add missing argument check in ulockmgr.c to prevent calling
ulockmgr_server with illegal arguments. This would cause an ever growing
list of ulockmgr_server processes with an endless list of open files which
finally exceeds the open file handle limit.

It appears samba is sometimes calling flock with illegal / weired values.
ChangeLog
lib/ulockmgr.c