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. --- pico/osdep/altedit.c | 2 +- pico/osdep/altedit.h | 2 +- pico/osdep/chkpoint.c | 2 +- pico/osdep/color.c | 2 +- pico/osdep/color.h | 2 +- pico/osdep/filesys.c | 2 +- pico/osdep/filesys.h | 2 +- pico/osdep/getkey.c | 2 +- pico/osdep/mouse.c | 2 +- pico/osdep/msdlg.c | 2 +- pico/osdep/msmenu.h | 2 +- pico/osdep/mswin.c | 2 +- pico/osdep/mswin.h | 2 +- pico/osdep/mswin_tw.c | 2 +- pico/osdep/mswin_tw.h | 2 +- pico/osdep/newmail.c | 2 +- pico/osdep/shell.c | 2 +- pico/osdep/signals.c | 2 +- pico/osdep/spell.c | 2 +- pico/osdep/terminal.c | 2 +- pico/osdep/tty.c | 2 +- 21 files changed, 21 insertions(+), 21 deletions(-) (limited to 'pico/osdep') diff --git a/pico/osdep/altedit.c b/pico/osdep/altedit.c index 934ed016..737fbf9e 100644 --- a/pico/osdep/altedit.c +++ b/pico/osdep/altedit.c @@ -5,7 +5,7 @@ static char rcsid[] = "$Id: altedit.c 854 2007-12-07 17:44:43Z 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/pico/osdep/altedit.h b/pico/osdep/altedit.h index 7e592f6f..a1fc1382 100644 --- a/pico/osdep/altedit.h +++ b/pico/osdep/altedit.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/pico/osdep/chkpoint.c b/pico/osdep/chkpoint.c index 235cf83b..d86361d7 100644 --- a/pico/osdep/chkpoint.c +++ b/pico/osdep/chkpoint.c @@ -5,7 +5,7 @@ static char rcsid[] = "$Id: chkpoint.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/pico/osdep/color.c b/pico/osdep/color.c index 5a9d3710..00b02e40 100644 --- a/pico/osdep/color.c +++ b/pico/osdep/color.c @@ -5,7 +5,7 @@ static char rcsid[] = "$Id: color.c 769 2007-10-24 00:15:40Z hubert@u.washington /* * ======================================================================== * 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/pico/osdep/color.h b/pico/osdep/color.h index 0dced80c..467123c1 100644 --- a/pico/osdep/color.h +++ b/pico/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/pico/osdep/filesys.c b/pico/osdep/filesys.c index 4471882e..08d0a95c 100644 --- a/pico/osdep/filesys.c +++ b/pico/osdep/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/pico/osdep/filesys.h b/pico/osdep/filesys.h index eadbdc86..29bb1bf1 100644 --- a/pico/osdep/filesys.h +++ b/pico/osdep/filesys.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/pico/osdep/getkey.c b/pico/osdep/getkey.c index b55dd092..68ad707c 100644 --- a/pico/osdep/getkey.c +++ b/pico/osdep/getkey.c @@ -5,7 +5,7 @@ static char rcsid[] = "$Id: getkey.c 769 2007-10-24 00:15:40Z hubert@u.washingto /* * ======================================================================== * 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/pico/osdep/mouse.c b/pico/osdep/mouse.c index b671f8c1..fd46d798 100644 --- a/pico/osdep/mouse.c +++ b/pico/osdep/mouse.c @@ -5,7 +5,7 @@ static char rcsid[] = "$Id: mouse.c 769 2007-10-24 00:15:40Z hubert@u.washington /* * ======================================================================== * 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/pico/osdep/msdlg.c b/pico/osdep/msdlg.c index c4121dac..067fd014 100644 --- a/pico/osdep/msdlg.c +++ b/pico/osdep/msdlg.c @@ -5,7 +5,7 @@ static char rcsid[] = "$Id: msdlg.c 1025 2008-04-08 22:59:38Z hubert@u.washingto /* * ======================================================================== * 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/pico/osdep/msmenu.h b/pico/osdep/msmenu.h index 0bf63c53..c55cf7a0 100644 --- a/pico/osdep/msmenu.h +++ b/pico/osdep/msmenu.h @@ -1,7 +1,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/pico/osdep/mswin.c b/pico/osdep/mswin.c index 58d2ab3b..538e0d33 100644 --- a/pico/osdep/mswin.c +++ b/pico/osdep/mswin.c @@ -1,7 +1,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/pico/osdep/mswin.h b/pico/osdep/mswin.h index 238d5fd7..63c25396 100644 --- a/pico/osdep/mswin.h +++ b/pico/osdep/mswin.h @@ -1,7 +1,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/pico/osdep/mswin_tw.c b/pico/osdep/mswin_tw.c index 663c8141..25dfc34a 100644 --- a/pico/osdep/mswin_tw.c +++ b/pico/osdep/mswin_tw.c @@ -1,7 +1,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/pico/osdep/mswin_tw.h b/pico/osdep/mswin_tw.h index 93eb7b76..9ddfb5be 100644 --- a/pico/osdep/mswin_tw.h +++ b/pico/osdep/mswin_tw.h @@ -1,7 +1,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/pico/osdep/newmail.c b/pico/osdep/newmail.c index f900a634..1a89b977 100644 --- a/pico/osdep/newmail.c +++ b/pico/osdep/newmail.c @@ -5,7 +5,7 @@ static char rcsid[] = "$Id: newmail.c 769 2007-10-24 00:15:40Z 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/pico/osdep/shell.c b/pico/osdep/shell.c index cdb701dd..c7decc65 100644 --- a/pico/osdep/shell.c +++ b/pico/osdep/shell.c @@ -5,7 +5,7 @@ static char rcsid[] = "$Id: shell.c 807 2007-11-09 01:21:33Z hubert@u.washington /* * ======================================================================== * 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/pico/osdep/signals.c b/pico/osdep/signals.c index 10f02ba1..c24a0970 100644 --- a/pico/osdep/signals.c +++ b/pico/osdep/signals.c @@ -5,7 +5,7 @@ static char rcsid[] = "$Id: signals.c 769 2007-10-24 00:15:40Z 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/pico/osdep/spell.c b/pico/osdep/spell.c index 87b345eb..ca063ba2 100644 --- a/pico/osdep/spell.c +++ b/pico/osdep/spell.c @@ -5,7 +5,7 @@ static char rcsid[] = "$Id: spell.c 854 2007-12-07 17:44:43Z hubert@u.washington /* * ======================================================================== * 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/pico/osdep/terminal.c b/pico/osdep/terminal.c index 72206c01..179d6cdc 100644 --- a/pico/osdep/terminal.c +++ b/pico/osdep/terminal.c @@ -5,7 +5,7 @@ static char rcsid[] = "$Id: terminal.c 921 2008-01-31 02:09:25Z 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/pico/osdep/tty.c b/pico/osdep/tty.c index 100b37ea..d3eac521 100644 --- a/pico/osdep/tty.c +++ b/pico/osdep/tty.c @@ -5,7 +5,7 @@ static char rcsid[] = "$Id: tty.c 769 2007-10-24 00:15:40Z hubert@u.washington.e /* * ======================================================================== * 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. -- cgit v1.2.3-54-g00ecf