From 18a5af00c1cf15852d694d20c58e7271112263d8 Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Sun, 2 Feb 2014 00:18:35 -0700 Subject: * Update to version 2.19.5 * check bounds and tie strings off to improve security. Contributed by James Jerkins. * Alpine crashed when a user attempted to add a folder collection, due to bug in GET_NAMESPACE in imap4r1.c. --- pith/charconv/filesys.c | 2 +- pith/charconv/utf8.c | 2 +- pith/charconv/utf8.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'pith/charconv') diff --git a/pith/charconv/filesys.c b/pith/charconv/filesys.c index c9ef0f05..3be45a5f 100644 --- a/pith/charconv/filesys.c +++ b/pith/charconv/filesys.c @@ -5,7 +5,7 @@ static char rcsid[] = "$Id: filesys.c 770 2007-10-24 00:23:09Z hubert@u.washingt /* * ======================================================================== * Copyright 2006-2007 University of Washington - * Copyright 2013 Eduardo Chappa + * Copyright 2013-2014 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pith/charconv/utf8.c b/pith/charconv/utf8.c index 411e1ddd..37591b25 100644 --- a/pith/charconv/utf8.c +++ b/pith/charconv/utf8.c @@ -5,7 +5,7 @@ static char rcsid[] = "$Id: utf8.c 1184 2008-12-16 23:52:15Z hubert@u.washington /* * ======================================================================== * Copyright 2006-2008 University of Washington - * Copyright 2013 Eduardo Chappa + * Copyright 2013-2014 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pith/charconv/utf8.h b/pith/charconv/utf8.h index d22a8a7c..acbededd 100644 --- a/pith/charconv/utf8.h +++ b/pith/charconv/utf8.h @@ -5,7 +5,7 @@ /* * ======================================================================== * Copyright 2006-2008 University of Washington - * Copyright 2013 Eduardo Chappa + * Copyright 2013-2014 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. -- cgit v1.2.3-54-g00ecf