This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author neologix
Recipients Jon.Oberheide, neologix, sbt, vstinner
Date 2012-04-11.11:25:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAH_1eM0uwRPrYH2fH46=Ar6jU=VyMUy5EocWZJuYrUjbPU13GQ@mail.gmail.com>
In-reply-to <CAMpsgwYCJ=ns8BXDGn4kzj1TTuS7aSnrFSvB-nqUakgQNkMQ=w@mail.gmail.com>
Content
> if response == digest:
> can be replaced by:
>    if sum(x^y for x, y in itertools.zip_longest(response, digest,
> fillvalue=256)) == 0:

Yeah, sure, but is it useful at all?
The digest changes at every connection attempt, so this should not be
exploitable.
History
Date User Action Args
2012-04-11 11:25:59neologixsetrecipients: + neologix, vstinner, sbt, Jon.Oberheide
2012-04-11 11:25:59neologixlinkissue14532 messages
2012-04-11 11:25:59neologixcreate