* bug#61819: The CVE-2022-48337 fix seems to introduce a memory leak
@ 2023-02-26 10:40 Adrian Bunk
2023-02-26 18:04 ` Eli Zaretskii
0 siblings, 1 reply; 2+ messages in thread
From: Adrian Bunk @ 2023-02-26 10:40 UTC (permalink / raw)
To: 61819
In the upstream bug for CVE-2022-48337 there was originally[1]
+ free (new_real_name);
+ free (new_tmp_name);
in the fix that later disappeared (by accident?).
This seems to introduce a memory leak, this memory allocated
by escape_shell_arg_string() is now never freed.
cu
Adrian
[1] https://debbugs.gnu.org/cgi/bugreport.cgi?bug=59817#23
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-02-26 18:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-26 10:40 bug#61819: The CVE-2022-48337 fix seems to introduce a memory leak Adrian Bunk
2023-02-26 18:04 ` Eli Zaretskii
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.