From 6398ebab93a6a19afd1aee9cef120f052a801717 Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Sun, 12 Oct 2014 20:53:19 +0200 Subject: [1.7.x] Fixed #23638 -- Prevented crash while parsing invalid cookie content Thanks Philip Gatt for the report and Tim Graham for the review. Backport of 59d487e7fc from master. --- docs/releases/1.7.1.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.7.1.txt b/docs/releases/1.7.1.txt index 3bc15218af..4334525877 100644 --- a/docs/releases/1.7.1.txt +++ b/docs/releases/1.7.1.txt @@ -116,3 +116,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`). -- cgit v1.3