]> git.saurik.com Git - wxWidgets.git/commit
Fix buffer overrun in Linux/x86_64 (Pixel is a 64 bit long, passing
authorMattia Barbon <mbarbon@cpan.org>
Thu, 5 Oct 2006 19:34:25 +0000 (19:34 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Thu, 5 Oct 2006 19:34:25 +0000 (19:34 +0000)
commit3e0071d949c302b17d6459de98c5cf42600d96fe
tree75e56841774a9f456e8d25ca2fb8e0fd395f0246
parent07a84e7bbb3ed346fff59aa3570a1f687a3c4d7b
  Fix buffer overrun in Linux/x86_64 (Pixel is a 64 bit long, passing
a 32 bit int pointer to XtVaGetValues will cause trouble). Using a long
should suffice. A configure test would be better.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41640 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
15 files changed:
include/wx/defs.h
include/wx/motif/colour.h
include/wx/motif/dcclient.h
include/wx/x11/privx.h
src/motif/bmpbuttn.cpp
src/motif/bmpmotif.cpp
src/motif/checkbox.cpp
src/motif/colour.cpp
src/motif/dcclient.cpp
src/motif/dcmemory.cpp
src/motif/dcscreen.cpp
src/motif/radiobox.cpp
src/motif/radiobut.cpp
src/motif/statbmp.cpp
src/motif/toolbar.cpp