diff options
author | Alexandr Nedvedicky <sashan@openssl.org> | 2024-11-26 09:05:09 +0100 |
---|---|---|
committer | Tomas Mraz <tomas@openssl.org> | 2024-11-29 17:07:40 +0100 |
commit | 578760bb6aae6a9d7f3805eea66bab124d06c9b0 (patch) | |
tree | 03a293280cf942cce27d76ab5c76b85cfe57e8fb /fuzz/corpora/crl/8a08434d93f115f93b4e7d19bb68e4edc0b7cc6c | |
parent | apps/passwd.c: Convert a redundant check to assert (diff) | |
download | openssl-578760bb6aae6a9d7f3805eea66bab124d06c9b0.tar.xz openssl-578760bb6aae6a9d7f3805eea66bab124d06c9b0.zip |
die() in .tmpl file should not be silently ignored.
call to die() in perl templates is currently ignored.
any error printed by die() commad appears in template
output.
In order to make sure die() terminates processing we
must ensure we emite `undef` value. This is ensured
by adding a `BROKEN` callback to `fill_in()` Template
method. The callback must return undef to stop processing.
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26064)
Diffstat (limited to 'fuzz/corpora/crl/8a08434d93f115f93b4e7d19bb68e4edc0b7cc6c')
0 files changed, 0 insertions, 0 deletions