Fix alignment of allocation in fuse_reply_create
authorVladimir Serbinenko <phcoder@gmail.com>
Wed, 20 Nov 2024 18:16:16 +0000 (21:16 +0300)
committerBernd Schubert <bernd.schubert@fastmail.fm>
Thu, 21 Nov 2024 20:42:18 +0000 (21:42 +0100)
commit66a03d4e4b0956d02bd820e591f64f49917f22ae
tree5fe411743fec9084b5600ac9d8a2e21c682ef777
parent0e0f43b79b9b3e746f2d4c6b96294b8a954c6708
Fix alignment of allocation in fuse_reply_create

When allocating as an array of char only alignment of 1 is guaranteed but
the structure needs an alignment of 8. Specify alignment explicitly
lib/fuse_lowlevel.c