Comment #2 on issue 541 by [email protected]: Double decode in google.protobuf.text_format._CUnescape
http://code.google.com/p/protobuf/issues/detail?id=541

Don't be confused by the input escaping, there is only one leading backslash in '\\x5c'.

I've just checked the trunk and I can see that it is fixed but for a different reason -- the regex only matches single hex sequences (e.g. \x5), thus avoiding the double unescaping.

My problem now is that I don't have a fixed protobuf library available in my distro.


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups "Protocol 
Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/protobuf.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to