Skip to content
  • Mark Andrews's avatar
    Refactor the isc_log API so it cannot fail on memory failures · 0b793166
    Mark Andrews authored and Ondřej Surý's avatar Ondřej Surý committed
    The isc_mem API now crashes on memory allocation failure, and this is
    the next commit in series to cleanup the code that could fail before,
    but cannot fail now, e.g. isc_result_t return type has been changed to
    void for the isc_log API functions that could only return ISC_R_SUCCESS.
    0b793166