Avoid integer overflows in the base64 functions. Fixes CVE-2008-4316
[platform/upstream/glib.git] / glib / gbase64.c
2009-03-12 Matthias ClasenAvoid integer overflows in the base64 functions. Fixes...
2009-02-23 Matthias ClasenFix "it's" vs "its" confusion throughout the source...
2009-01-13 Matthias ClasenBug 564728 Add function to decode base64 encoded data...
2007-11-23 Matthias ClasenDon't refuse to encode a single byte. (Milan Crha)
2007-11-19 Matthias ClasenDocumentation improvements. (#496518, Stefan Schulze...
2007-03-16 Matthias ClasenWarn if the input is too short. (#418862, Halton Huo)
2007-03-06 Matthias ClasenAdd NULL checks to the base64 functions that take point...
2006-07-05 Matthias ClasenFix typos in the docs. (#346660, Mark Drago)
2006-05-04 Alexander LarssonFix OOB write (#340538)
2006-04-05 Matthias ClasenAdd base64 docs
2006-04-04 Alexander LarssonAdd base64 encode/decode functions