summaryrefslogtreecommitdiff
path: root/pith/osdep
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/osdep
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/osdep')
-rw-r--r--pith/osdep/bldpath.c2
-rw-r--r--pith/osdep/canaccess.c2
-rw-r--r--pith/osdep/collate.h2
-rw-r--r--pith/osdep/color.h2
-rw-r--r--pith/osdep/creatdir.c2
-rw-r--r--pith/osdep/lstcmpnt.c2
-rw-r--r--pith/osdep/lstcmpnt.h2
-rw-r--r--pith/osdep/mimedisp.c2
-rw-r--r--pith/osdep/pipe.c2
-rw-r--r--pith/osdep/temp_nam.c2
-rw-r--r--pith/osdep/temp_nam.h2
-rw-r--r--pith/osdep/tempfile.c2
12 files changed, 12 insertions, 12 deletions
diff --git a/pith/osdep/bldpath.c b/pith/osdep/bldpath.c
index 62d59e30..3a227aad 100644
--- a/pith/osdep/bldpath.c
+++ b/pith/osdep/bldpath.c
@@ -5,7 +5,7 @@ static char rcsid[] = "$Id: bldpath.c 934 2008-02-23 00:44:29Z hubert@u.washingt
/*
* ========================================================================
* 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/osdep/canaccess.c b/pith/osdep/canaccess.c
index 4d79c407..8dd97b26 100644
--- a/pith/osdep/canaccess.c
+++ b/pith/osdep/canaccess.c
@@ -5,7 +5,7 @@ static char rcsid[] = "$Id: canaccess.c 769 2007-10-24 00:15:40Z hubert@u.washin
/*
* ========================================================================
* 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/osdep/collate.h b/pith/osdep/collate.h
index 80aaab90..2f83a1a8 100644
--- a/pith/osdep/collate.h
+++ b/pith/osdep/collate.h
@@ -3,7 +3,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.
diff --git a/pith/osdep/color.h b/pith/osdep/color.h
index 32c86242..abdacb42 100644
--- a/pith/osdep/color.h
+++ b/pith/osdep/color.h
@@ -3,7 +3,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.
diff --git a/pith/osdep/creatdir.c b/pith/osdep/creatdir.c
index bc15da21..273f1cd7 100644
--- a/pith/osdep/creatdir.c
+++ b/pith/osdep/creatdir.c
@@ -5,7 +5,7 @@ static char rcsid[] = "$Id: creatdir.c 769 2007-10-24 00:15:40Z hubert@u.washing
/*
* ========================================================================
* 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/osdep/lstcmpnt.c b/pith/osdep/lstcmpnt.c
index 2a920939..885788fb 100644
--- a/pith/osdep/lstcmpnt.c
+++ b/pith/osdep/lstcmpnt.c
@@ -5,7 +5,7 @@ static char rcsid[] = "$Id: lstcmpnt.c 1074 2008-06-04 00:08:43Z hubert@u.washin
/*
* ========================================================================
* 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/osdep/lstcmpnt.h b/pith/osdep/lstcmpnt.h
index f2d9ec59..d6dcf01f 100644
--- a/pith/osdep/lstcmpnt.h
+++ b/pith/osdep/lstcmpnt.h
@@ -3,7 +3,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.
diff --git a/pith/osdep/mimedisp.c b/pith/osdep/mimedisp.c
index 69ff3337..71bbe94f 100644
--- a/pith/osdep/mimedisp.c
+++ b/pith/osdep/mimedisp.c
@@ -5,7 +5,7 @@ static char rcsid[] = "$Id: mimedisp.c 942 2008-03-04 18:21:33Z hubert@u.washing
/*
* ========================================================================
* 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/osdep/pipe.c b/pith/osdep/pipe.c
index 2183f529..b81e11c6 100644
--- a/pith/osdep/pipe.c
+++ b/pith/osdep/pipe.c
@@ -5,7 +5,7 @@ static char rcsid[] = "$Id: pipe.c 1204 2009-02-02 19:54:23Z 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/osdep/temp_nam.c b/pith/osdep/temp_nam.c
index 03136ea6..21a8bd13 100644
--- a/pith/osdep/temp_nam.c
+++ b/pith/osdep/temp_nam.c
@@ -5,7 +5,7 @@ static char rcsid[] = "$Id: temp_nam.c 1012 2008-03-26 00:44:22Z hubert@u.washin
/*
* ========================================================================
* 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/osdep/temp_nam.h b/pith/osdep/temp_nam.h
index fef56f33..ab6b3133 100644
--- a/pith/osdep/temp_nam.h
+++ b/pith/osdep/temp_nam.h
@@ -3,7 +3,7 @@
*
* ========================================================================
* 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/osdep/tempfile.c b/pith/osdep/tempfile.c
index 4aa83e26..bc4ded9c 100644
--- a/pith/osdep/tempfile.c
+++ b/pith/osdep/tempfile.c
@@ -5,7 +5,7 @@ static char rcsid[] = "$Id: tempfile.c 1074 2008-06-04 00:08:43Z hubert@u.washin
/*
* ========================================================================
* 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.