[
https://issues.apache.org/jira/browse/ZOOKEEPER-1398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13217789#comment-13217789
]
Patrick Hunt commented on ZOOKEEPER-1398:
-----------------------------------------
Sorry for the trouble Mike. I believe the issue is that you are using git
without the "--no-prefix" option. I typically do
bq. git diff --no-prefix HEAD^..HEAD
from the same directly you're currently using (toplevel, ie the one containing
"src", as in src/contrib/..."). Notice the original patch has a/src/con.. or
b/src/con... which svn/patch don't like. Could you give that a try?
Thanks!
> zkpython corrupts session passwords that contain nulls
> ------------------------------------------------------
>
> Key: ZOOKEEPER-1398
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1398
> Project: ZooKeeper
> Issue Type: Bug
> Components: c client, contrib-bindings
> Affects Versions: 3.3.4
> Reporter: Mike Lundy
> Assignee: Mike Lundy
> Attachments:
> 3.3-0001-make-sure-the-client-password-isn-t-corrupted.patch,
> 3.4-0001-make-sure-the-client-password-isn-t-corrupted.patch,
> 3.5-0001-make-sure-the-client-password-isn-t-corrupted.patch
>
>
> If the session password contains a nul character (\0), it will be mutated as
> it is passed to python. zkpython currently uses the ParseArgs flag that stops
> on nul.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira