Files
libguestfs/ocaml
Pino Toscano 64e1101631 ocaml: do not try to malloc 0 elements in get_all_event_callbacks
In case there are no event handlers registered with the handle,
get_all_event_callbacks will count 0 elements, trying to malloc a buffer
of that size.  POSIX says that this can result in either a null pointer,
or an unusable pointer.

Short-circuit get_all_event_callbacks to allocate nothing when there are
no events, making sure to use its results only when there were events.
2017-03-06 09:02:02 +01:00
..
2017-01-26 15:05:46 +00:00
2011-07-17 11:23:47 +01:00
2017-01-03 16:48:21 +01:00
2017-01-26 15:05:46 +00:00