Fix no-err
authorMatt Caswell <matt@openssl.org>
Mon, 20 Apr 2020 14:04:35 +0000 (15:04 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 22 Apr 2020 09:41:58 +0000 (10:41 +0100)
commit555ed96812f7f6cfb6066327aee40244517e2e05
tree511823118035f5808dee1764bbc994db651b2676
parent9be92bec2eca839e26216cedc241f689c43125a5
Fix no-err

This fixes an assertion failure that can occur in the CMP code in the
event of a no-err build. The "improve_location_name" function assumed
that the fallback argument was always populated with something. However
in a no-err build this is not the case.

Reviewed-by: Nicola Tuveri <nic.tuv@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/11584)
crypto/cmp/cmp_util.c