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

mw: fix transform middleware regression with XML #1166

Merged
merged 1 commit into from Sep 29, 2017
Merged

mw: fix transform middleware regression with XML #1166

merged 1 commit into from Sep 29, 2017

Commits on Sep 29, 2017

  1. mw: fix transform middleware regression with XML

    This was a crash in the mxj library concerning invalid input from a
    reader, as it would not properly error and stop. We did not hit this
    before in 2.3.x as we used a []byte, not an io.Reader.
    
    The upstream issue is clbanning/mxj#38, fixed
    back in February.
    
    Add a regression test and bump the vendored version.
    
    Fixes #1122.
    mvdan committed Sep 29, 2017
    Copy the full SHA
    6b10e8e View commit details
    Browse the repository at this point in the history