Cppcheck doesn't like pcmk__realloc(), and GLib can handle reallocation for common data structures like strings and lists. pcmk__realloc() works fine, but if it turns out to be simple to use GLib instead of expanding our own buffers, why not?
Description
Description
Event Timeline
Comment Actions
cppcheck appears to be fine with pcmk__realloc for me, but I would still be all for investigating removing it in favor of someone else's code.