[Bug 261494] bsd sort(1) should use mkstemp(3) instead pid for temporary file name
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 261494] bsd sort(1) should use mkstemp(3) instead pid for temporary file name"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 261494] bsd sort(1) should use mkstemp(3) instead pid for temporary file name"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 261494] bsd sort(1) should use mkstemp(3) instead pid for temporary file name"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 26 Jan 2022 17:02:42 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261494
Bug ID: 261494
Summary: bsd sort(1) should use mkstemp(3) instead pid for
temporary file name
Product: Base System
Version: CURRENT
Hardware: Any
OS: Any
Status: New
Severity: Affects Many People
Priority: ---
Component: bin
Assignee: bugs@FreeBSD.org
Reporter: wosch@FreeBSD.org
src/usr.bin/sort/file.c has a function new_tmp_file_name(). This should be
replaced by mkstemp(3) from libc.
--
You are receiving this mail because:
You are the assignee for the bug.