Opened 17 years ago

#19 new defect

invalid casts in input.cpp

Reported by: Sam Hocevar Owned by: Sam Hocevar
Priority: critical Milestone: 1.0
Component: abuse Version: SVN
Keywords: Cc:

Description

% rgrep '\*((int *\*' src
src/imlib/input.cpp:    if (*((int *)b->read())==0)
src/imlib/input.cpp:	    if (*((int *)b2->read())==0)
src/imlib/input.cpp:	  if (*((int *)b->read())==0)  // did the user press or release the button
src/imlib/input.cpp:	        if ((b!=b2 || maxdown==0) && *((int *)b2->read())==0)

There may be more.

Change History (0)

Note: See TracTickets for help on using tickets.