-
Notifications
You must be signed in to change notification settings - Fork 5
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
LFN: too many dirs open #92
Comments
access() is not supposed to use wildcards, but if they are maliciously passed, we need to avoid the ff handle leak. See dosemu2/comcom64#92
This is needed to avoid ff handle leaks. See dosemu2/comcom64#92
Should now be fixed, although it |
This doesn't fix all the ff handle leaks.
Well, you know how I feel about diverging from upstream. And these patches are all specific to one very niche use case, which only you seem to be doing :) Maybe it makes sense for a shell to have its own libc. You can still use the djgpp toolchain, just link with Must say I'm impressed by what you accomplished with that, in such a short time. I don't think I mentioned that yet. Especially moving to ELF is a great choice, I think djgpp should have adopted that a long time ago. |
But you can sync with upstream, or?
You mean findclose() patches?
You mean for comcom32?
It was a few years actually, but thanks! :)
It did an attempt. There is an elf32 frame-work |
Discussed in #91
Originally posted by j2969719 April 3, 2024
When I try to compile freecom in dosemu (
build -r russian
) using both comcom32/64 as a shell for some reason I get this error:ERROR: LFN: too many dirs open
It's strange that when using freecom, the compilation completes successfully.
The text was updated successfully, but these errors were encountered: