[Libguestfs] [PATCH 0/7] lib: Stop exporting the safe_malloc, etc. functions.

Richard W.M. Jones rjones at redhat.com
Fri Feb 5 14:21:34 UTC 2016


The safe_malloc (etc) functions call g->abort_fn on failure.  That's
not appropriate for language bindings, and we never intended that
these internal functions be used from language bindings, that was just
a historical accident.

This patch series removes any external use of the safe_* functions.

Rich.




More information about the Libguestfs mailing list