New review comment by sgn on void-packages repository https://github.com/void-linux/void-packages/pull/27590#discussion_r552570961 Comment: OK, I see, `atoi(3)` return an `int` instead of `uint`. Change those types to `size_t` is a correct move. change `add_randomness` to `strtoul` is harmless but not necessary.