Re: [PATCH] Re: [1.5] ls -l on /cygdrive/d doesn't work

2009-05-28 Thread David Engraf
Christopher Faylor wrote: On Tue, May 26, 2009 at 12:41:03PM +0200, David Engraf wrote: I have fixed the error in ntea.cc handling the return value of NTQueryEaFile. This patch is only needed for the 1.5 release. Maybe this error should be considered as critical due to uninitialized stack usa

Re: [PATCH] Re: [1.5] ls -l on /cygdrive/d doesn't work

2009-05-27 Thread Christopher Faylor
On Tue, May 26, 2009 at 12:41:03PM +0200, David Engraf wrote: >I have fixed the error in ntea.cc handling the return value of >NTQueryEaFile. This patch is only needed for the 1.5 release. Maybe this >error should be considered as critical due to uninitialized stack usage >of the variable fea wh

[PATCH] Re: [1.5] ls -l on /cygdrive/d doesn't work

2009-05-26 Thread David Engraf
--- Begin Message --- I have fixed the error in ntea.cc handling the return value of NTQueryEaFile. This patch is only needed for the 1.5 release. Maybe this error should be considered as critical due to uninitialized stack usage of the variable fea when the function returned an error. 2009