An application with a graphical user interface may fail when performing a drag-
and-drop or cut-and-paste operation.  The problem occurs when an X Toolkit
library routine such as XtAppSetSelectionTimeout() or XtAppAddTimeOut() is
called with a very large timeout value.  This can cause the internal
representation of time values to overflow their data types leading to
incorrect timeout entries and application failures such as segmentation faults.


