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

Ensure text mode file BIOs are buffered on Windows #24249

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Apr 24, 2024

  1. Ensure text mode file BIOs are buffered on Windows

    Commit 8300a87 disabled file buffering for text
    mode file BIOs on Windows to work around a bug in UCRT ftell. This is surprising
    to applications that expect BIO read/writes to be buffered, such as when reading
    cert.pem.
    
    This wraps text mode file BIOs with a buffered BIO, so the overall result is
    buffered (just once).
    joshcooper committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    9045e16 View commit details
    Browse the repository at this point in the history