Make sure max in fmtstr() doesn't overflow into negativity
authorRichard Levitte <levitte@openssl.org>
Mon, 30 May 2016 03:41:57 +0000 (05:41 +0200)
committerRichard Levitte <levitte@openssl.org>
Mon, 30 May 2016 03:41:57 +0000 (05:41 +0200)
commit453fc7a0185dcd046a8ab2b029e0807a073f93c2
tree872923b9f10069f2d25b4f383b900cbc8f87633f
parent6378809b226a765a0c6d7e3cb375bac12ebb54cd
Make sure max in fmtstr() doesn't overflow into negativity

Reviewed-by: Matt Caswell <matt@openssl.org>
crypto/bio/b_print.c