Skip to content

Draft: Cleanup the API after malloc() cannot fail

Ondřej Surý requested to merge 2938-cleanup-isc_timer-api into main

This does even more cleanups for functions that cannot really fail because of soft allocation failure is now impossible or the API is used only internally, so we can be more strict on the input parameters.

Closes #2938

Edited by Ondřej Surý

Merge request reports