Fix a missing return value check in v3_addr
authorMatt Caswell <matt@openssl.org>
Fri, 15 Apr 2016 13:45:12 +0000 (14:45 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 21 Apr 2016 09:51:57 +0000 (10:51 +0100)
commitdfefe7ec1e21078be4ad456c3f465cc174071d7c
tree66b180fc8657402b69f3d52dba33c700e2e08628
parentbcc31778e3695e23d7c4cd6274126a8e3d58db72
Fix a missing return value check in v3_addr

All other instances of extract_min_max are checked for an error return,
except this one.

Reviewed-by: Richard Levitte <levitte@openssl.org>
crypto/x509v3/v3_addr.c