diff options
author | corvid <corvid@lavabit.com> | 2009-06-24 19:45:34 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2009-06-24 19:45:34 +0000 |
commit | 7faef726c117a3c5f3d0aa2c859abb9c8abd0b76 (patch) | |
tree | 08dd3b9c51509180c52542f73a0ae50c0f580c81 /ChangeLog | |
parent | 2afc633e494bbc646c3bdb2be99d6e73ec110ac9 (diff) |
segfault on NULL URL when dpis not found
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -9,7 +9,8 @@ dillo-2.2 [??, 2009] - Assert that SimpleVector size is positive. Patches: Johannes Hofmann +- Removed redundant system includes. - Added the "nop" keybinding (nop = NO_OPERATION; cancels a default hook). + - Added the "nop" keybinding (nop = NO_OPERATION; cancels a default hook). + - Fixed segfault when URL is NULL and dpis can't be found. Patches: place (AKA corvid) +- Check chdir() return code in Paths::init. Patch: Michal Nowak |