r9321: Fix potential bug found by Coverity. src_len has to be int but later we do...
authorAlexander Bokovoy <ab@samba.org>
Tue, 16 Aug 2005 13:22:01 +0000 (13:22 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:33:24 +0000 (13:33 -0500)
commit95d96c79a538814bb524d7905e1e8f64df6341ca
treec5cfe53a94f4abbcde80e1f696b9d41bc9bd4d38
parent127e06492a545940443c93e9aec66eebefa26dc2
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
source/smb_server/request.c