Commit 6e2f49b3 authored by Richard Levitte's avatar Richard Levitte
Browse files

Make sure OSSL_STORE_load() isn't caught in an endless loop



The post process callback might potentially say "no" to everything (by
constantly returning NULL) and thereby cause an endless loop.  Ensure
that we stop all processing when "eof" is reached.

Reviewed-by: default avatarPaul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/3823)
parent 50c9ac07
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment