CVE-2022-32742: s3: smbd: Harden the smbreq_bufrem() macro.
authorJeremy Allison <jra@samba.org>
Wed, 8 Jun 2022 20:50:51 +0000 (13:50 -0700)
committerJule Anger <janger@samba.org>
Sun, 24 Jul 2022 09:42:07 +0000 (11:42 +0200)
commit7720e0acfd7ea6a2339f3e389aa8dcedd6174095
treedecb2a66d17bcbc89d010874654b72e12f039587
parentf6e1750c4fc966c29c2e0663d3c04e87057fa0c3
CVE-2022-32742: s3: smbd: Harden the smbreq_bufrem() macro.

Fixes the raw.write.bad-write test.

NB. We need the two (==0) changes in source3/smbd/reply.c
as the gcc optimizer now knows that the return from
smbreq_bufrem() can never be less than zero.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=15085

Remove knownfail.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: David Disseldorp <ddiss@samba.org>
selftest/knownfail.d/bad-write [deleted file]
source3/include/smb_macros.h
source3/smbd/reply.c