r9321: Fix potential bug found by Coverity. src_len has to be int but later we do...
commit1e59a8a24f64065b80df73c6770ea573eac05000
authorAlexander Bokovoy <ab@samba.org>
Tue, 16 Aug 2005 13:22:01 +0000 (16 13:22 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:33:24 +0000 (10 13:33 -0500)
tree82dbff19ee9c002b71d2360664662875dd443c92
parentad9022e304ec07e56d2af1aaeb99a6f1faea62aa
r9321: Fix potential bug found by Coverity. src_len has to be int but later we do pass it as size_t. In case src_len is negative, we need to register a failure and return to the caller
(This used to be commit 95d96c79a538814bb524d7905e1e8f64df6341ca)
source4/smb_server/request.c