diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-10-11 14:17:24 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-10-11 14:17:24 +0000 |
| commit | be58513af7841d07a8cb4017b57e17dfb4031a1e (patch) | |
| tree | 5c3fae000b4e897d70a9b738fd3fd7dca89b1880 /CHANGES | |
| parent | fddb73a5f2cef20092927c37451e0d15c1d3d2a3 (diff) | |
Use memmove() instead of memcpy() in several key places.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2672 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ CHANGES IN FLTK 1.1.1 + - Replaced several memcpy's with memmove's for + portability (memmove allows for overlapping copies, + memcpy does not) - 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. |
