1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-10-01 03:36:26 -04:00
elinks/src/config
Miciah Dashiel Butler Masters 8a8be53452 parse_set and parse_unset: restore stomped char before returning
The parsing in parse_set and parse_unset saves, overwrites with a NUL, and restores a character in the string that is being parsed.  If there is a malloc failure between overwriting and restoring, the restore is not done.  This commit changes that behaviour to restore before returning.
2007-08-28 17:47:59 +00:00
..
actions-edit.inc doc: cut-clipboard does not merely delete text from clipboard. 2007-02-11 23:34:44 +02:00
actions-main.inc Add backspace-prefix to the main map, to backspace the last entered 2006-04-14 21:55:42 +00:00
actions-menu.inc Initial commit of the HEAD branch of the ELinks CVS repository, as of 2005-09-15 15:58:31 +02:00
cmdline.c get_opt_*: Add ses parameter 2007-08-28 17:24:59 +00:00
cmdline.h Declare element types of lists. 2007-07-26 22:47:23 +03:00
conf.c parse_set and parse_unset: restore stomped char before returning 2007-08-28 17:47:59 +00:00
conf.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00
dialogs.c get_opt_*: Add ses parameter 2007-08-28 17:24:59 +00:00
dialogs.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00
home.c Win32: Put .elinks in Application Data if %HOME% is undefined. 2007-07-18 00:27:08 +03:00
home.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00
kbdbind.c Doxygen: rename struct key to reduce spurious links 2007-07-27 19:19:16 +03:00
kbdbind.h Rename CONFIG_UTF_8 to CONFIG_UTF8. 2006-09-17 16:12:47 +03:00
Makefile path_to_top -> top_builddir 2005-10-20 04:00:35 +02:00
options.c Introduce session- (tab-)specific options 2007-08-28 17:29:41 +00:00
options.h Introduce option tree shadowing 2007-08-28 17:25:24 +00:00
options.inc Document terminal._template_.m11_hack more and add comments. 2007-05-20 16:10:27 +03:00
opttypes.c Introduce option tree shadowing 2007-08-28 17:25:24 +00:00
opttypes.h Introduce option tree shadowing 2007-08-28 17:25:24 +00:00
timer.c get_opt_*: Add ses parameter 2007-08-28 17:24:59 +00:00
timer.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00
urlhist.c Remove now useless $Id: lines. 2005-10-21 09:14:07 +02:00
urlhist.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00