Re: [PATCH v3 1/4] crypto/luks: Initialize stack variable to silence warning

2023-03-01 Thread Daniel P . Berrangé
On Tue, Feb 28, 2023 at 01:48:01PM -0700, Daniel Xu wrote: > With `../configure --enable-sanitizers`, I was getting the following > build error: > > In file included from /usr/include/string.h:535, > from /home/dxu/dev/qemu/include/qemu/osdep.h:99, >

[PATCH v3 1/4] crypto/luks: Initialize stack variable to silence warning

2023-02-28 Thread Daniel Xu
With `../configure --enable-sanitizers`, I was getting the following build error: In file included from /usr/include/string.h:535, from /home/dxu/dev/qemu/include/qemu/osdep.h:99, from ../crypto/block-luks.c:21: In function ‘memset’