openssl/util/perl/OpenSSL
Alexandr Nedvedicky 6f667f4a24 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)

(cherry picked from commit 578760bb6a)
2024-11-29 17:08:21 +01:00
..
Config
Test Copyright year updates 2024-09-03 14:55:43 +02:00
Util
Glob.pm
OID.pm
Ordinals.pm Update copyright year 2023-03-14 12:49:46 +00:00
ParseC.pm Update copyright year 2022-12-01 12:47:05 +01:00
Template.pm die() in .tmpl file should not be silently ignored. 2024-11-29 17:08:21 +01:00
Test.pm OpenSSL::Test: Move the command line quotifier 2021-06-18 09:08:16 +02:00
Util.pm OpenSSL::Util::fixup_cmd_elements(): Include '!' among the VMS chars to process 2021-06-25 12:23:29 +10:00
config.pm Fix detection on HP-UX (IA64) 2023-12-04 09:43:39 +01:00
copyright.pm Update copyright year 2022-03-15 13:52:58 +00:00
fallback.pm Update copyright year 2021-05-20 14:22:33 +01:00
stackhash.pm Update copyright year 2021-05-06 13:03:23 +01:00