|
From: | nickc at redhat dot com |
Subject: | [Bug binutils/29534] dllwrap, windres and dlltools use mktemp, which should be avoided |
Date: | Thu, 01 Sep 2022 13:01:58 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=29534 Nick Clifton <nickc at redhat dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed| |2022-09-01 Status|UNCONFIRMED |ASSIGNED Assignee|unassigned at sourceware dot org |nickc at redhat dot com Ever confirmed|0 |1 CC| |nickc at redhat dot com --- Comment #1 from Nick Clifton <nickc at redhat dot com> --- Hi Ralf, Ah yes. These tools are using the choose_temp_base() function provided by libiberty, which in turn calls mktemp(). Fortunately libiberty also supplies a function called make_temp_file() which does basically the same thing. So I am testing a patch to replace occurrences of one with the other. Cheers Nick -- You are receiving this mail because: You are on the CC list for the bug.
[Prev in Thread] | Current Thread | [Next in Thread] |