Dependency of package perl to libdb4.x

2013-01-20 Thread Bernhard Übelacker
Hello, I installed a new cygwin with one additional package "perl". As dependency I got libdb4.5 installed. But the installed DB_File.dll has a dependency to cygdb-4.8.dll. After manually installing libdb4.8 it worked for me. I think the perl package should have a dependency to libdb4.8. But I c

Re: Possible issue with check_dir_not_empty

2024-11-18 Thread Bernhard Übelacker via Cygwin
Hello Corinna, Am 18.11.24 um 17:52 schrieb Corinna Vinschen: Hi Bernhard, On Nov 16 23:36, Bernhard Übelacker via Cygwin wrote: Hello everyone, Is is about the buffer allocated in check_dir_not_empty. The pointer pfni gets allocated the buffer at the begin, and is used in the

Possible issue with check_dir_not_empty

2024-11-16 Thread Bernhard Übelacker via Cygwin
the loops. In the loop the pointer pfni is also used as iterator. Therefore it holds no longer the initial buffer at the call to NtQueryDirectoryFile in the while conditition at the bottom. Signed-off-by: Bernhard Übelacker --- winsup/cygwin/syscalls.cc | 14 -- 1 file changed, 8