• svoj@mysql.com/june.mysql.com's avatar
    BUG#28884 - maybe a problem with malloc into base64.c · f249ea7e
    svoj@mysql.com/june.mysql.com authored
    Fixed that return value of malloc was not checked.
    Fixed wrong argument count (compilation failure) to base64_decode()
    function.
    
    Note:
    - there is no test case for this fix as this code is never compiled
      into mysql clients/server;
    - as this code is used for internal testing purposes only, no changelog
      entry needed.
    f249ea7e
base64.c 7.03 KB