Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [day] [month] [year] [list]
Message-ID: <ZwVRTK-ghq1lYQ85@voyager>
Date: Tue, 8 Oct 2024 17:35:40 +0200
From: Markus Wichmann <nullplan@....net>
To: musl@...ts.openwall.com
Subject: Resource leak in nftw()

Hi all,

on a much more actionable note: The function do_nftw() contains a
resource leak: It opens a directory on line 71, but doesn't close it if
the returns on line 78 or 82 are taken.

Ciao,
Markus

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.