• unknown's avatar
    Fixed failure of NDB config retrieval. · cebf548b
    unknown authored
    1. Made sure that base64 string is terminated with NUL.
    2. Made calculation of needed size for base64 string exact.
    Added checks in test for the above two fixes.
    
    
    mysys/base64.c:
      Made sure that base64 string is terminated with NUL.
      Made calculation of needed size for base64 string exact.
      Added checks in test for the above two fixes.
    cebf548b
base64.c 5.85 KB