summaryrefslogtreecommitdiffstats
path: root/common/readline.c
Commit message (Collapse)AuthorAge
* Fix memory errorsLibravatar Dan Robertson2018-02-11
| | | | | | | | | - 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.
* Handle malloc failures from read_lineLibravatar Drew DeVault2016-12-15
|
* Common: Readline: Ignore newline on '\' escaped line ends.Libravatar Roosembert Palacios2016-06-06
| | | | | | | Escape line return when reading from a file with the '\' character. Similar to shell scripts. Signed-off-by: Roosembert Palacios <roosembert.palacios@epfl.ch>
* Print /proc/<pid>/maps on segfaultLibravatar Drew DeVault2016-01-28
|
* Parse command line args for swaymsgLibravatar Drew DeVault2015-11-26