From: Sultan Alsawaf <sultan...@gmail.com> Date: Wed, 6 Jun 2018 15:56:54 -0700
> By passing a limit of 2 bytes to strncat, strncat is limited to writing > fewer bytes than what it's supposed to append to the name here. > > Since the bounds are checked on the line above this, just remove the string > bounds checks entirely since they're unneeded. > > Signed-off-by: Sultan Alsawaf <sultan...@gmail.com> Applied.