• Sergei Golubchik's avatar
    unit tests for my_vsnprintf, · 0dcfd2ad
    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)
    0dcfd2ad
service_my_snprintf.h 3.15 KB