Ticket #280 (closed bug: fixed (in master))

Opened 6 years ago

Last modified 6 years ago

Variable used without being initialized

Reported by: ctate@… Owned by:
Milestone: 3.0.9 Keywords:
Cc:

Description

The variable 'ke' can be used without being initialized in util.c, the function request_command(), on this line (currently line 3269):

if (ke.type == EVT_RESIZE)

ke.type may not have been set at all depending on the code path.

Change History

comment:1 Changed 6 years ago by takkaria

  • Milestone changed from 3.0.9 to 3.0.8fix1

comment:2 Changed 6 years ago by takkaria

  • Status changed from new to closed
  • Resolution set to fixed

see [386] merged in [5dfe994] (SVN r399).

Note: See TracTickets for help on using tickets.