Re: [PATCH v2.1 ] Fix VDSO gettimeofday() when called with NULL struct timeval.

2007-07-02 Thread Tony Breeds
On Fri, Jun 29, 2007 at 03:49:50PM -0500, Will Schmidt wrote: > > The vdso64 portion of patch 74609f4536f2b8fd6a48381bbbe3cd37da20a527 for > fixing problems with NULL gettimeofday input mistakenly checks for a > null tz field twice, when it should be checking for null tz once, and > null tv once;

Re: [PATCH v2.1 ] Fix VDSO gettimeofday() when called with NULL struct timeval.

2007-06-29 Thread Segher Boessenkool
> The vdso64 portion of patch 74609f4536f2b8fd6a48381bbbe3cd37da20a527 > for > fixing problems with NULL gettimeofday input mistakenly checks for a > null tz field twice, when it should be checking for null tz once, and > null tv once; by way of a r10/r11 typo. > > Any application calling gettimeo

[PATCH v2.1 ] Fix VDSO gettimeofday() when called with NULL struct timeval.

2007-06-29 Thread Will Schmidt
The vdso64 portion of patch 74609f4536f2b8fd6a48381bbbe3cd37da20a527 for fixing problems with NULL gettimeofday input mistakenly checks for a null tz field twice, when it should be checking for null tz once, and null tv once; by way of a r10/r11 typo. Any application calling gettimeofday(&tv,NU