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

Fix #76943: Inconsistent stream_wrapper_restore() errors #6183

Closed
wants to merge 1 commit into from

Commits on Sep 22, 2020

  1. Fix #76943: Inconsistent stream_wrapper_restore() errors

    If restoring of any not registered built-in wrapper is requested, the
    function is supposed to fail with a warning, so we have to check this
    condition first.
    
    Furthermore, to be able to detect whether a built-in wrapper has been
    changed, it is not sufficient to check whether *any* userland wrapper
    has been registered, but rather whether the specific wrapper has been
    modified.
    cmb69 committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    e825839 View commit details
    Browse the repository at this point in the history