xfs_quota does not properly parse users or groups that begin with a number. Only call atoi when user or group consists of digits only. Signed-off-by: Rich Johnston <rjohnston@xxxxxxx> -- include/inpu
<some kind of email that doesn't show up when I hit reply so repasting ;)> Seems sane to me. I'd change i=0 to i = 0, but *shrug* [xfsprogs]$ grep -r "i = 0" * | wc -l 404 [xfsprogs]$ grep -r "i=0" *
bool is the correct type, not boolean_t. My CRC patchset makes userspace fall in line with the removal of boolean_t from the kernel code, so we should probably make this correct from the start. ;) Ch