Date: Sat, 20 Apr 2024 15:27:30 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 278476] fd and memory leak in ls Message-ID: <bug-278476-227-QiLft0WvY3@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-278476-227@https.bugs.freebsd.org/bugzilla/> References: <bug-278476-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D278476 Mark Johnston <markj@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |markj@FreeBSD.org Status|New |Open --- Comment #1 from Mark Johnston <markj@FreeBSD.org> --- Is this report effectively just saying that ls doesn't close all of its fds before exiting? I don't think that's a bug: there's no point in calling close() when the kernel's going to clean up anyway. Does valgrind have any way of annotating code to suppress reports like that? --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-278476-227-QiLft0WvY3>