openssl/util/perl
Alexandr Nedvedicky 578760bb6a 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)
2024-11-29 17:07:40 +01:00
..
OpenSSL die() in .tmpl file should not be silently ignored. 2024-11-29 17:07:40 +01:00
TLSProxy Do not confuse TAP::Parser by mixing up stderr with stdout. 2024-10-23 15:45:57 +02:00
checkhandshake.pm