• Monty's avatar
    Created a workaround for a bug in MSAN for va_arg(,double) · e843033d
    Monty authored
    MDEV-22691 MSAN use-of-uninitialized-value in test maria.maria-recovery2
    
    This caused all my_vsnprintf() using doubles to fail.
    Thanks to the workaround, I was able to remove the disabling of
    MSAN in dtoa().
    e843033d
dtoa.c 65.1 KB