summaryrefslogtreecommitdiff
path: root/pith/charconv
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2014-02-02 00:18:35 -0700
committerEduardo Chappa <chappa@washington.edu>2014-02-02 00:18:35 -0700
commit18a5af00c1cf15852d694d20c58e7271112263d8 (patch)
tree5b46b810260e0161cb3c9eac5e04d80712651b84 /pith/charconv
parent1bf084e1ed4cd931b08e233a3f5c30cc9de05dfc (diff)
downloadalpine-18a5af00c1cf15852d694d20c58e7271112263d8.tar.xz
* 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.
Diffstat (limited to 'pith/charconv')
-rw-r--r--pith/charconv/filesys.c2
-rw-r--r--pith/charconv/utf8.c2
-rw-r--r--pith/charconv/utf8.h2
3 files changed, 3 insertions, 3 deletions
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.