diff options
author | James Willcox <jwillcox@gnome.org> | 2003-02-14 01:11:06 +0800 |
---|---|---|
committer | James Willcox <jwillcox@src.gnome.org> | 2003-02-14 01:11:06 +0800 |
commit | b4fa5f3fcf81f4cdfb570314069640611b618a8a (patch) | |
tree | 35fea28967e185a17e509cf321096fd1911cfe05 /ChangeLog | |
parent | 52592b0c39f41b4b22a97bf56f16b9d28a1c7b01 (diff) | |
download | gsoc2013-epiphany-b4fa5f3fcf81f4cdfb570314069640611b618a8a.tar gsoc2013-epiphany-b4fa5f3fcf81f4cdfb570314069640611b618a8a.tar.gz gsoc2013-epiphany-b4fa5f3fcf81f4cdfb570314069640611b618a8a.tar.bz2 gsoc2013-epiphany-b4fa5f3fcf81f4cdfb570314069640611b618a8a.tar.lz gsoc2013-epiphany-b4fa5f3fcf81f4cdfb570314069640611b618a8a.tar.xz gsoc2013-epiphany-b4fa5f3fcf81f4cdfb570314069640611b618a8a.tar.zst gsoc2013-epiphany-b4fa5f3fcf81f4cdfb570314069640611b618a8a.zip |
Fix a heap corruption bug that was causing bad stuff when smart bookmarks
2003-02-12 James Willcox <jwillcox@gnome.org>
* src/bookmarks/ephy-bookmark-action.c: (entry_activated_cb):
* src/bookmarks/ephy-bookmarks.c: (ephy_bookmarks_solve_smart_url):
Fix a heap corruption bug that was causing bad stuff when smart
bookmarks were used from the toolbar. Fixes #105180
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2003-02-12 James Willcox <jwillcox@gnome.org> + + * src/bookmarks/ephy-bookmark-action.c: (entry_activated_cb): + * src/bookmarks/ephy-bookmarks.c: (ephy_bookmarks_solve_smart_url): + + Fix a heap corruption bug that was causing bad stuff when smart + bookmarks were used from the toolbar. Fixes #105180 + 2003-02-12 Marco Pesenti Gritti <marco@it.gnome.org> * lib/widgets/ephy-ellipsizing-label.c: (ellipsize_string): |