mirror of
https://github.com/MariaDB/server.git
synced 2025-11-08 23:06:11 +01:00
Writing the redo log resized will write uninitialized data. There is a MEM_MAKE_DEFINED construct in the code to bless this however it was correct on the initial length, but not the changed length. The MEM_MAKE_DEFINED is moved earlier in the code where the length contains the correct value. |
||
|---|---|---|
| .. | ||
| log0crypt.cc | ||
| log0log.cc | ||
| log0recv.cc | ||
| log0sync.cc | ||
| log0sync.h | ||