Akihiro Sagawa sagawa.aki@gmail.com writes:
Try 2:
- Use `for' loops instead of `while' loops in get_key_full_name function.
- Introduce full_name variable to avoid tricky free() condition check at
end of enum_key function.
You should be able to do this without allocating memory.