diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-10-11 13:54:10 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-10-11 13:54:10 +0000 |
| commit | fddb73a5f2cef20092927c37451e0d15c1d3d2a3 (patch) | |
| tree | fdee577a77d8382f5c2c415c679385a2c8b6742f /CHANGES | |
| parent | fe8518f37c9c0638e7f63ca4aa91e65c1c49ccc4 (diff) | |
Bug #621737: Add range checking for the width and height arguments to the
::copy() methods.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2671 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,6 +1,9 @@ CHANGES IN FLTK 1.1.1 - - The WIN32 port needed to handle WM_MOUSELEAVE events + - Bug #621737: Fl_Bitmap::copy(), Fl_Pixmap::copy(), and + Fl_RGB_Image::copy() now range-check the new width and + height to make sure they are positive integers. + - Bug #621740: the WIN32 port needed to handle WM_MOUSELEAVE events in order to avoid problems with tooltips. - Fl_PNM_Image didn't set the "alloc" flag for the data, which could lead to a memory leak. |
