summaryrefslogtreecommitdiff
path: root/common/readline.c
AgeCommit message (Collapse)AuthorLines
2018-02-11Fix memory errorsDan Robertson-1/+1
- read_line: OOB write when a line in /proc/modules contains a terminating character at size position. - handle_view_created: Ensure that the list_t returned by criteria_for is free'd after use - ipc_event_binding_keyboard/ipc_event_binding: Properly handle json_object reference counting and ownership.
2016-12-15Handle malloc failures from read_lineDrew DeVault-0/+3
2016-06-06Common: Readline: Ignore newline on '\' escaped line ends.Roosembert Palacios-0/+7
Escape line return when reading from a file with the '\' character. Similar to shell scripts. Signed-off-by: Roosembert Palacios <roosembert.palacios@epfl.ch>
2016-01-28Print /proc/<pid>/maps on segfaultDrew DeVault-1/+26
2015-11-26Parse command line args for swaymsgDrew DeVault-0/+39