Skip to content

Check various overflows.

Nicholas De Nova requested to merge nanovad/sortix:overflow-fixes into master

Utilize GCC builtins in many places which had less robust (or no) overflow checks.

Change a realloc in libmount/util.h to reallocarray, while we're at it.

Merge request reports