Ticket #86 (new defect)
wminput crashes if config file doesn't end with newline
| Reported by: | hlinnaka | Owned by: | dsmith |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | wminput | Version: | 0.6.00 |
| Keywords: | Cc: |
Description
wminput segfaults if the config file doesn't have a newline at the end. conf_pop_config() sets current_config_filename to an invalid value when EOF of the config file is reached (accesses config_filename_stack[-1]). Attached patch fixes that.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

