-
-
Notifications
You must be signed in to change notification settings - Fork 8k
BUG : fix security bug reported via debian by Matt Giuca #4086
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
Conversation
and attn @efiring |
@mgiuca ping me if you want this rebased with your name on the commit. |
Hi @tacaswell. Glad to see this is getting patched in. If you can, please set the author email to mgiuca@google.com (so that the work is attributed to Google). |
Looks OK to me. |
I don't think that test actually tests Trying to get to |
You could just take out the test. Nul-terminating a C string can't hurt. We'll never have tests for everything. |
and removed instead of going though and understanding how that exception changed between py2k and py3k. |
No longer tests what it is meant to test
This is failing on the pep8 tests. I am strongly disinclined to back-port those fixes to the 1.4.x branch. |
@tacaswell I agree--it doesn't seem worthwhile to do that backport. It's now one more reason to freeze the branch after 1.4.3. |
This didn't introduce a PEP8 failure, right? Is there some change to the pep8 tool that is causing all these new warnings? In any event, this patch looks fine. The code simply doesn't exist anymore on master, so it doesn't matter there. |
Yes, the pep8 issues are from the pep8 version bumping and changing error codes (see #4081). |
I'll add a flag to travis to force-install the old version for this branch. |
Cool. Merging. |
BUG : fix security bug reported via debian by Matt Giuca
attn @mdboom