• unknown's avatar
    BUG#28884 - maybe a problem with malloc into base64.c · 105ca77d
    unknown 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.
    
    
    mysys/base64.c:
      Fixed that return value of malloc was not checked.
      Fixed wrong argument count to base64_decode function.
    105ca77d
base64.c 7.03 KB