]> granicus.if.org Git - curl/commit
cookie: Don't expire session cookies in remove_expired
authorJay Satiro <raysatiro@yahoo.com>
Sat, 5 Mar 2016 18:35:17 +0000 (13:35 -0500)
committerJay Satiro <raysatiro@yahoo.com>
Sat, 5 Mar 2016 18:35:17 +0000 (13:35 -0500)
commit20de9b4f090e9000f90362ec6fdede7d1153a643
tree8311383513998f9a7f98aa095c3950eae4a9997d
parent33a0a926c59cd848f20764ecf0144f69df576c68
cookie: Don't expire session cookies in remove_expired

Prior to this change cookies with an expiry date that failed parsing
and were converted to session cookies could be purged in remove_expired.

Bug: https://github.com/curl/curl/issues/697
Reported-by: Seth Mos
lib/cookie.c