Skip to content

Check overflows in disked(8).

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

Use GCC builtins to check a few possible overflows in disked(8).
Also ensure that an strtoimax(3) failure in parse_disk_quantity is handled.

Merge request reports