s4:torture: Pass buffer correctly to write()
commitdbba939ce50627c32df0b7ee0707be1ea1a7623c
authorAndreas Schneider <asn@samba.org>
Wed, 28 Oct 2020 14:05:34 +0000 (28 15:05 +0100)
committerKarolin Seeger <kseeger@samba.org>
Fri, 30 Oct 2020 13:53:37 +0000 (30 13:53 +0000)
tree1170210e80a10d77e24cf9279bb3ee0e0cf1d230
parente424e1d65e439460783bce4a32b723bc45fb5f2e
s4:torture: Pass buffer correctly to write()

../../source4/torture/basic/denytest.c: In function ‘torture_createx_specific.isra’:
../../source4/torture/basic/denytest.c:2372:9: error: ‘write’ reading 56 bytes from a region of size 8 [-Werror=stringop-overflow=]
 2372 |   res = write(data_file_fd, &cxd, cxd_len);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

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

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Alexander Bokovoy <ab@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
(cherry picked from commit 5f92ec6988d2f4c20eab9449cbe17317588f6634)

Autobuild-User(v4-13-test): Karolin Seeger <kseeger@samba.org>
Autobuild-Date(v4-13-test): Fri Oct 30 13:53:37 UTC 2020 on sn-devel-184
source4/torture/basic/denytest.c