Re: GetTempFileName should return 0 when the path isn't valid

2009-04-01 Thread Oskar Eisemuth
Hello The patch "kernel32: GetTempFileName should return 0 when the path isn't valid, including test" has the necessary tests, anything I missed? -- Oskar

Re: GetTempFileName should return 0 when the path isn't valid

2009-03-30 Thread Paul Vriens
Oskar Eisemuth wrote: Hello GetTempFileName should check the path and should return zero if it isn't a directory. See Bug 17875 --- dlls/kernel32/path.c | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) Can you add a testcase for this? That would need something like an

Re: GetTempFileName should return 0 when the path isn't valid

2009-03-30 Thread Oskar Eisemuth
Hello >> GetTempFileName should check the path and should return zero if it isn't a >> directory. >> See Bug 17875 >> >> --- >>  dlls/kernel32/path.c |   10 ++ >>  1 files changed, 10 insertions(+), 0 deletions(-) > > Can you add a testcase for this? That would need something like an non

Re: GetTempFileName should return 0 when the path isn't valid

2009-03-29 Thread Vitaliy Margolen
Oskar Eisemuth wrote: > GetTempFileName should check the path and should return zero if it isn't a > directory. > See Bug 17875 > Tests verifying the behavior will be nice. Shouldn't be too hard to add. Vitaliy.

Re: GetTempFileName should return 0 when the path isn't valid

2009-03-29 Thread Austin English
On Sun, Mar 29, 2009 at 11:37 AM, Oskar Eisemuth wrote: > GetTempFileName should check the path and should return zero if it isn't a > directory. > See Bug 17875 > > --- >  dlls/kernel32/path.c |   10 ++ >  1 files changed, 10 insertions(+), 0 deletions(-) > > > > > Can you add a testcas