summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGary Kramlich <grim@reaperworld.com>2018-03-08 00:16:25 -0600
committerGary Kramlich <grim@reaperworld.com>2018-03-08 00:16:25 -0600
commita03dd3ae4faf53de49ec89e9f2d9aa7cfc485d7d (patch)
tree214e9379df52866ac630bf88c616bf9893844bc0 /ChangeLog
parent173acad17b92cd34a2858f3d104c4c6ffb355695 (diff)
downloadpidgin-a03dd3ae4faf53de49ec89e9f2d9aa7cfc485d7d.tar.gz
Update the ChangeLog for the security issues
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 22e962900b..da8a631d8c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,9 @@ version 2.13.0 (??/??/????):
libpurple:
* Unified string comparison. (PR #186) (Arkadiy Illarionov)
* Properlly shell escape URI's when opening them. (PR #271 Daniel Kamil Kozar)
+ * Fix a one byte buffer overread in function purple_markup_linkify
+ * Fix an issue were utf8 was incorrectly truncated which could lead to
+ crashes as we were potentially feeding garbage into glib/gtk.
libgnt:
* Fixed build against curses 6.0 with opaque structs set. (#16764 dimstar)
@@ -27,6 +30,10 @@ version 2.13.0 (??/??/????):
* Fix IRC buffer handling. (#12562 PR #272 Shivaram Lingamneni)
* Properly handle AUTHENTICATE as a normal command with server prefix.
(PR #316 dx)
+ * Fix a crash caused by a use after free of the MOTD.
+ * Fix an out of bounds read in irc_nick_skip_mode.
+ * Fix a write of a single byte before the start of a buffer in
+ irc_parse_ctcp.
Pidgin:
* Better support for dark themes. (#12572 Alyssa Rosenzweig and Gary Kramlich)