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