mirror of https://github.com/MariaDB/server
Browse Source
Fixed 2 errors in comp_err executable : 1. Wrong (off by 1) length passed to my_checksum() 2. strmov() was used on overlapping strings. This is not legal according to the docs in stpcpy(). Used the overlap safe memmove() instead.pull/374/head
1 changed files with 7 additions and 5 deletions
Loading…
Reference in new issue