Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Thu, 7 May 2015 00:55:19 +0200
From: Szabolcs Nagy <nsz@...t70.net>
To: musl@...ts.openwall.com
Subject: Re: [PATCH] fix futimes(fd, 0)

* Felix Janda <felix.janda@...teo.de> [2015-05-07 00:10:28 +0200]:
> Pass on 0 to futimens without trying to dereference it.

is there a reason to accept 0 argument?

there are other cases when the libc has to do fixups
to the passed arguments and it dereferences the pointer
which should be valid

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.