openssl/util
Richard Levitte ef6d6e452d util/wrap.pl.in: Use parentheses so kill gets all its arguments
In perl, this may be ambiguous:

    fn (expr1), expr2

Is the comma (which may be `=>` just as well in this case) a separator
between arguments to `fn`, or is it the comma operator, separating the
expressions `fn(expr1)` and `expr2`?  It appears that in this particular
case, perl takes the existing parentheses to mean the latter.  When the
former was intended, extra parentheses are required.

Fixes #19209

Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19211)
2022-09-15 08:42:23 +02:00
..
perl Add BSD-armv4 target based on linux-armv4 2022-08-22 08:09:25 +02:00
add-depends.pl Update copyright year 2022-05-03 13:34:51 +01:00
build.info
c-compress-test.pl
cavs-to-evptest.pl
check-format-test-negatives.c check-format.pl: improve whitespace reporting on <op>= 2022-09-02 21:32:46 +02:00
check-format-test-positives.c check-format.pl: improve whitespace reporting on <op>= 2022-09-02 21:32:46 +02:00
check-format.pl check-format.pl: improve whitespace reporting on <op>= 2022-09-02 21:32:46 +02:00
check-malloc-errs
ck_errf.pl
copy.pl
dofile.pl
echo.pl
engines.num
err-to-raise
find-doc-nits Add deprecation macro for 3.1 and deprecate OPENSSL_LH_stats 2022-06-22 09:36:14 +02:00
find-unused-errs
fips-checksums.sh
fix-deprecation
fix-includes
fix-includes.sed
indent.pro Rename DTLS1_BITMAP to DTLS_BITMAP 2022-08-18 16:38:14 +01:00
lang-compress.pl
libcrypto.num Add support for loading root CAs from Windows crypto API 2022-09-14 14:10:18 +01:00
libssl.num Add OSSL_QUIC methods to headers and manual pages 2022-06-03 12:07:17 +10:00
local_shlib.com.in
markdownlint.rb Add initial demo-driven design demos 2022-06-24 16:00:00 +02:00
merge-err-lines
missingcrypto111.txt
missingcrypto-internal.txt
missingcrypto.txt Add support for loading root CAs from Windows crypto API 2022-09-14 14:10:18 +01:00
missingmacro111.txt
missingmacro.txt Add deprecation macro for 3.1 and deprecate OPENSSL_LH_stats 2022-06-22 09:36:14 +02:00
missingssl111.txt
missingssl-internal.txt
missingssl.txt Document {SSL|SSL_CTX}_set_{purpose|trust}() 2022-04-07 11:45:23 +02:00
mk-fipsmodule-cnf.pl
mkbuildinf.pl
mkdef.pl mkdef.pl: Add cmd-line flag to differentiate shared libs and DSO. 2022-05-13 10:39:16 +02:00
mkdir-p.pl
mkerr.pl Make the record layer directly aware of EtM 2022-08-18 16:38:12 +01:00
mknum.pl
mkpod2html.pl
mkrc.pl
mktar.sh
opensslwrap.sh
other-internal.syms
other.syms BIO_sendmmsg/BIO_recvmmsg (API only) 2022-08-19 09:01:30 +01:00
providers.num
shlib_wrap.sh.in
su-filter.pl
unlocal_shlib.com.in
withlibctx.pl
wrap.pl.in util/wrap.pl.in: Use parentheses so kill gets all its arguments 2022-09-15 08:42:23 +02:00
write-man-symlinks