Ticket #280 (closed bug: fixed (in master))
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
Note: See
TracTickets for help on using
tickets.
