summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2014-10-12 20:53:19 +0200
committerClaude Paroz <claude@2xlibre.net>2014-10-13 17:37:58 +0200
commit59d487e7fc02980e76dad053dd989c8b4899444f (patch)
tree1260e1c50168f4d93a432c0c14c97ac2bedfb924 /docs
parent8701b5900774be3126321c2449b4d0e8091a9725 (diff)
Fixed #23638 -- Prevented crash while parsing invalid cookie content
Thanks Philip Gatt for the report and Tim Graham for the review.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.7.1.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.7.1.txt b/docs/releases/1.7.1.txt
index b66e259679..6c06857396 100644
--- a/docs/releases/1.7.1.txt
+++ b/docs/releases/1.7.1.txt
@@ -117,3 +117,6 @@ Bugfixes
* Fixed generic relations in ``ModelAdmin.list_filter`` (:ticket:`23616`).
* Restored RFC compliance for the SMTP backend on Python 3 (:ticket:`23063`).
+
+* Fixed a crash while parsing cookies containing invalid content
+ (:ticket:`23638`).