Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check stat() is never called by K95 #274

Open
davidrg opened this issue Aug 12, 2024 · 0 comments
Open

Check stat() is never called by K95 #274

davidrg opened this issue Aug 12, 2024 · 0 comments

Comments

@davidrg
Copy link
Owner

davidrg commented Aug 12, 2024

From the K95 bugs list:

Directory operations fail on network mapped file systems which do not provide date information.

Some networked mapped file systems do not provide attribute
information for directory entries. This causes the Microsoft C
Runtime Library stat() command to fail. The next version of Kermit 95
replaces all calls to C Runtime Library file routines with new
functionality implemented solely using the Win32 API.

I'm not sure if this was fixed in the past, but even if it was its possible further uses of stat() have crept in over the last decade or more of C-Kermit upgrades.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant