• Sergei Golubchik's avatar
    unit tests for my_vsnprintf, · 1a8f08b0
    Sergei Golubchik authored
    bug fixes for my_vsnprintf
    
    include/mysql/service_my_snprintf.h:
      typo fixed
    strings/my_vsnprintf.c:
      bugfixes:
      correct handling of %08p (%p with zero-padding)
      assert crash on .*$n (positional argument as precision)
    1a8f08b0
my_vsnprintf.c 15.7 KB