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

Poco::FileInputStream broken in 1.12.5 and 1.11.8. #4241

Closed
jbulow opened this issue Oct 31, 2023 · 1 comment
Closed

Poco::FileInputStream broken in 1.12.5 and 1.11.8. #4241

jbulow opened this issue Oct 31, 2023 · 1 comment
Assignees

Comments

@jbulow
Copy link

jbulow commented Oct 31, 2023

See 4244c32#r131403165

@obiltschnig
Copy link
Member

obiltschnig commented Nov 2, 2023

This will be properly fixed in 1.13.

The main issue is that the original implementation with _defaultMode is broken conceptually.
Poco::FileInputStream, Poco::FileOutputStream and Poco::FileStream should have their own
open() methods with appropriate defaults.

There will be patch releases 1.11.8p1 and 1.12.5p1 with interim fixes to maintain binary compatibility.

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

No branches or pull requests

3 participants