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
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
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
3 matches
Mail list logo