On Sun, Jul 11, 2021 at 12:47:53AM -0400, Mouse wrote: > I'm not sure to what extent use of uninitialized memory is considered a > bug when, as here, the code is correct regardless of what value it > contains.
It is a bug (and should be detected in builds with proper -fsanitize= compiler options in -current at least). Do you have a reproducer handy? Martin