aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/prov/openssl
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2018-09-28 12:27:48 -0400
committerJack Lloyd <[email protected]>2018-09-28 12:27:48 -0400
commitd213317da6065e3c1a149fac33fd16db500b60f6 (patch)
tree6d0347857a3f720648c867554abff72163de53cb /src/lib/prov/openssl
parentb9fa8833edf13f0535aa57b53528992198f639fe (diff)
Avoid null pointer write in FFI
If a function returning variable length output was called with a null output buffer but a non-zero output buffer length, FFI layer would call memset(nullptr, 0, buffer_len) and crash. Caught by Coverity.
Diffstat (limited to 'src/lib/prov/openssl')
0 files changed, 0 insertions, 0 deletions