mirror of
https://github.com/MariaDB/server.git
synced 2025-11-27 05:41:41 +03:00
my_safe_alloca()/my_safe_afree() work as alloca() or malloc()/free() depending on the memory size to allocate, that is, depending on reclength here. They only work correctly if reclength doesn't change in the middle.
309 B
309 B