]> git.ipfire.org Git - thirdparty/dnspython.git/commit
fix unicode ipaddr crashes in rdata.from_text and tokenizer.Tokenizer, fixes #41 87/head
authorThomas Waldmann <tw@waldmann-edv.de>
Tue, 24 Feb 2015 18:49:23 +0000 (19:49 +0100)
committerThomas Waldmann <tw@waldmann-edv.de>
Tue, 24 Feb 2015 18:49:23 +0000 (19:49 +0100)
commit0f0850f738425fda85b21e04cb72f7ca6f2923c0
tree421a8965a1fc534fb9b2563655b5cc8d009f20ad
parent43c14fd73b3b94211ff8bfad8f894b48cce4e577
fix unicode ipaddr crashes in rdata.from_text and tokenizer.Tokenizer, fixes #41

also added unit tests for both issues.
dns/rdata.py
dns/tokenizer.py
tests/test_rdata.py [new file with mode: 0644]
tests/test_tokenizer.py