• unknown's avatar
    Fix two small problems in the source, potentially causing user-visible · c6ca641a
    unknown authored
    bugs.
    
    
    ndb/include/util/UtilBuffer.hpp:
      Fix accessing memory after free(), if called with source and destination
      pointer the same (which should not really happen...).
      Fixes a problem in ndb_restore.
    ndb/src/common/util/SimpleProperties.cpp:
      Fix typo in check of maxValue.
    c6ca641a
UtilBuffer.hpp 2.5 KB