]> git.eshelyaron.com Git - emacs.git/commit
Don't produce multibyte strings by accident in sasl-scram-rfc
authorMattias Engdegård <mattiase@acm.org>
Tue, 21 Dec 2021 09:51:58 +0000 (10:51 +0100)
committerMattias Engdegård <mattiase@acm.org>
Tue, 21 Dec 2021 09:59:06 +0000 (10:59 +0100)
commite56dd354c751ee67d0012a0209b769246207d74c
treef6131453d890bffed0003144d61a276838d96d54
parentc0e9785c7c788a591cbc67ba875c5bc2bd76f4df
Don't produce multibyte strings by accident in sasl-scram-rfc

* lisp/net/sasl-scram-rfc.el (sasl-scram--client-final-message):
The XOR of two unibyte strings should be a unibyte string.
This code previously worked by accident because of an overly tolerant
base64 encoder (bug#52670), but now causes a test failure.
lisp/net/sasl-scram-rfc.el