• Sergey Glukhov's avatar
    Bug#11889186 60503: CRASH IN MAKE_DATE_TIME WITH DATE_FORMAT / STR_TO_DATE COMBINATION · 735bab72
    Sergey Glukhov authored
    calc_daynr() function returns negative result
    if malformed date with zero year and month is used.
    Attempt to calculate week day on negative value
    leads to crash. The fix is return NULL for
    'W', 'a', 'w' specifiers if zero year and month is used.
    Additional fix for calc_daynr():
    --added assertion that result can not be negative
    --return 0 if zero year and month is used
    735bab72
my_time.c 37.9 KB