summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES2
-rw-r--r--src/Fl_Text_Display.cxx4
2 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index b4b3bb730..1b62ba575 100644
--- a/CHANGES
+++ b/CHANGES
@@ -72,7 +72,6 @@ CHANGES IN FLTK 1.3.3 RELEASED: Oct XX 2014
issue more warnings, and fixed some 32-/64-bit compilation issues.
- Add method Fl_Window::clear_modal_states() to make it possible to
remove the modal or non-modal state from a window (STR #3123).
- - New portable sleep methods Fl::sleep(), Fl::msleep(), Fl::usleep().
Bug fixes
@@ -94,6 +93,7 @@ CHANGES IN FLTK 1.3.3 RELEASED: Oct XX 2014
Enter key now selects the file again.
- Fixed a bug in Fl_Native_File_Chooser (Windows) for some file name
input filters (STR #3101).
+ - Fixed out-of-bounds memory access in Fl_Text_Display (STR #2730).
1.3.3 ABI FEATURES
diff --git a/src/Fl_Text_Display.cxx b/src/Fl_Text_Display.cxx
index e9f0367bc..613481da0 100644
--- a/src/Fl_Text_Display.cxx
+++ b/src/Fl_Text_Display.cxx
@@ -1,12 +1,12 @@
//
// "$Id$"
//
-// Copyright 2001-2010 by Bill Spitzak and others.
+// Copyright 2001-2014 by Bill Spitzak and others.
// Original code Copyright Mark Edel. Permission to distribute under
// the LGPL for the FLTK library granted by Mark Edel.
//
// This library is free software. Distribution and use rights are outlined in
-// the file "COPYING" which should have been included with this file. If this
+// the file "COPYING" which should have been included with this file. If this
// file is missing or damaged, see the license at:
//
// http://www.fltk.org/COPYING.php