aboutsummaryrefslogtreecommitdiff
path: root/contrib/perl5/pod
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2025-08-07 01:23:32 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2025-08-07 01:23:32 +0000
commit02f394281fd67dc15afb26c51d52f2b4cbf28065 (patch)
tree01cb0f73f55e61ed2964c040343aff4d3027631b /contrib/perl5/pod
parent7378290edb5ad751d7d1e9bc7f96779d2bef1361 (diff)
find: Fix -printfHEADmain
Each -printf invocation created a memstream, then freed the underlying buffer without closing the stream, resulting in a segfault on exit when libc tried to flush all the streams. Drop the memstream, which isn't really needed. Furthermore: * Change escape() to return char * instead of const char * * Simplify the implementation of %h * Fix %M, which printed an extra space * Implement %l correctly * Implement %Y and %y * Add tests for everything except %S Fixes: 7b9c912c41f4 Reviewed by: imp Differential Revision: https://reviews.freebsd.org/D51776
Diffstat (limited to 'contrib/perl5/pod')
0 files changed, 0 insertions, 0 deletions