]> git.eshelyaron.com Git - emacs.git/commit
Ensure CID filenames are unique when browsing Gnus article HTML
authorEric Abrahamsen <eric@ericabrahamsen.net>
Fri, 8 Dec 2023 17:48:51 +0000 (09:48 -0800)
committerEshel Yaron <me@eshelyaron.com>
Fri, 8 Dec 2023 18:20:30 +0000 (19:20 +0100)
commit1365eaa3b0b006d676b7e576a55499a4d5dbeb9b
tree52e2ea52c568493efbdadbcd264c0f22ef62254a
parent24f9962a5b06cbffc26712cca593f08faa5c46e9
Ensure CID filenames are unique when browsing Gnus article HTML

Bug#67002

* lisp/gnus/gnus-art.el (gnus-article-browse-html-save-cid-content):
It's possible that multiple CID parts will have the same filename,
leading to temporary files clobbering one another during browsing.
This ensures that the temporary filenames are unique.
lisp/gnus/gnus-art.el