Mercurial > pidgin
annotate finch/libgnt/genmarshal @ 30616:943fce8ef142
Fix for CVE-2010-3711. Properly validate the return value from
purple_base64_decode() (the CVE issue) and purple_base16_decode() (just a bug).
Coincidentally, this should also fix #12614.
committer: John Bailey <rekkanoryo@rekkanoryo.org>
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Sun, 17 Oct 2010 03:55:04 +0000 |
parents | 1983ecd15174 |
children |
rev | line source |
---|---|
15817 | 1 BOOLEAN:VOID |
2 BOOLEAN:STRING | |
3 VOID:INT,INT,INT,INT | |
4 VOID:INT,INT | |
5 VOID:POINTER,POINTER | |
6 BOOLEAN:INT,INT | |
7 BOOLEAN:INT,INT,INT | |
8 BOOLEAN:POINTER,POINTER,POINTER | |
9 BOOLEAN:INT,INT,INT,POINTER | |
10 VOID:STRING,STRING | |
16105
1983ecd15174
Remember the collapsed state of groups in the blist
Richard Nelson <wabz@pidgin.im>
parents:
15817
diff
changeset
|
11 VOID:POINTER,BOOLEAN |