s3:smbd: do not access data behind req->buf+req->buflen in srvstr_pull_req_talloc()
authorRalph Wuerthner <ralph.wuerthner@de.ibm.com>
Thu, 4 Apr 2013 11:29:01 +0000 (13:29 +0200)
committerKarolin Seeger <kseeger@samba.org>
Wed, 17 Apr 2013 06:56:03 +0000 (08:56 +0200)
commit284f5790cec980f3d6c6cf740d28a364003e59fc
tree1b1770363a14d662b6862f9bbc855c7bc8e4719e
parentc22b34a9c638ec618a1f680940c14989ba811c18
s3:smbd: do not access data behind req->buf+req->buflen in srvstr_pull_req_talloc()

The last 3 patches address bug #9782 - Panic when running 'smbtorture smb.base'.
source3/smbd/reply.c