[Bug 278476] fd and memory leak in ls

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 20 Apr 2024 15:27:30 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278476

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?

-- 
You are receiving this mail because:
You are the assignee for the bug.