Author :
Pierre Le Marre
Date :
2025-01-20 16:33:50
Hash :c0762c49 Message :keymap: Fix buffer unnecessary written twice
When dumping the keymap, we first try to write to the buffer and get
the min size requirement. Then we reallocate if necessary. However, we
should not write it again if we got enough space previously!