On Thu Jan 5 06:28:33 2023 +0000, Zebediah Figura wrote:
Just to add some extra information for traceability (or for anyone else who had the same questions I did), this appears to be a regression from 9430954c8a7d. There are two other users in wine, but they both memset() the structure [which probably wouldn't be a bad idea here either, but, well, matter of taste.]
Thanks for your input. My initial approach was to initialize the struct i.e. cbData = {}. But since this is my first contribution I decided to keep the style as the code is already written (explicitly initialize the members).