diff options
author | Eduardo Chappa <chappa@washington.edu> | 2014-02-02 00:18:35 -0700 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2014-02-02 00:18:35 -0700 |
commit | 18a5af00c1cf15852d694d20c58e7271112263d8 (patch) | |
tree | 5b46b810260e0161cb3c9eac5e04d80712651b84 /pith/osdep/lstcmpnt.c | |
parent | 1bf084e1ed4cd931b08e233a3f5c30cc9de05dfc (diff) | |
download | alpine-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/lstcmpnt.c')
-rw-r--r-- | pith/osdep/lstcmpnt.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. |