• unknown's avatar
    Bug#31752: check strmake() bounds · 1c72446e
    unknown authored
    strmake() called with wrong parameters:
    5.0-specific fixes.
    
    
    client/mysql.cc:
      In debug-mode, strmake() fills unused part of buffer with
      a test-pattern. This overwrites our previous extra '\0'
      (from previous bzero()).
    sql/sp.cc:
      off-by-one buffer-size.
    1c72446e
sp.cc 55.5 KB