Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Thu, 27 Jun 2019 11:54:02 +0200
From: Florian Weimer <fweimer@...hat.com>
To: musl@...ts.openwall.com
Subject: getdents* bug

The kernel only accepts buffer size values up to INT_MAX.  I agree that
size_t is the correct type for the buffer size, but it means that
userspace needs to clamp large values to INT_MAX.

Thanks,
Florian

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.