• unknown's avatar
    Fixed failure of NDB config retrieval. · 65784838
    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.
    65784838
base64.c 5.85 KB