> From: "Todd C. Miller" <todd.mil...@courtesan.com>
> Date: Mon, 17 Apr 2017 08:49:26 -0600
> 
> Maybe use UINT_MAX since st_size gets cast to u_int below?
> Either way OK millert@

Already committed.  But INT_MAX is better anyway since there is a cast
to int as well and INT_MAX < UINT_MAX.

Reply via email to