On Tue, 24 May 2016 12:15:04 +0300 Apollon Oikonomopoulos <apollon@xxxxxxxxxx> wrote: > From: Apollon Oikonomopoulos <apoikos@xxxxxxxxxx> > > According to strtoull(3): > > [...] Precisely the same holds for strtoull() (with ULLONG_MAX instead > of ULONG_MAX). > > Since we are using strtoull(3) and not strtoul(3), the check should be > made against ULLONG_MAX. Note that at least on amd64 ULONG_MAX and > ULLONG_MAX are the same, but this is not guaranteed to be the case for > other architectures as well. > > Signed-off-by: Apollon Oikonomopoulos <apoikos@xxxxxxxxxx> > --- > usr/util.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied, thanks! -- To unsubscribe from this list: send the line "unsubscribe stgt" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html