Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
src/newusers.c: Turn nusers into size_t
The nusers variable could, in theory, overflow and trigger an out of boundary access if a huge amount of entries is added. Realistically, this is not possible with current systems because way too much data would be involved. But let's better be safe than sorry and use correct data types. Reviewed-by: Alejandro Colomar <alx@kernel.org> Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
- Loading branch information