1
0
mirror of https://github.com/rkd77/elinks.git synced 2025-02-02 15:09:23 -05:00
elinks/src/bookmarks/backend
Jonas Fonseca 3f878c6ce7 BOOKMARKS: Fix XBEL calling add_bookmark() with NULL title
It didn't check that both title and title->text was non NULL. In either
case it now passes "No title" string to add_bookmark().

Reported by Neuromancer.

Tested with both:

	<bookmark href="empty://title"><title></title><bookmark>
	<bookmark href="no://title"></bookmark>
2006-01-31 03:52:48 +01:00
..
common.c Simplify secure_open() call, make it a wrapper around secure_open_umask(). 2006-01-10 23:49:35 +01:00
common.h Remove now useless $Id: lines. 2005-10-21 09:14:07 +02:00
default.c Remove now useless $Id: lines. 2005-10-21 09:14:07 +02:00
default.h Remove now useless $Id: lines. 2005-10-21 09:14:07 +02:00
Makefile path_to_top -> top_builddir 2005-10-20 04:00:35 +02:00
xbel.c BOOKMARKS: Fix XBEL calling add_bookmark() with NULL title 2006-01-31 03:52:48 +01:00
xbel.h Remove now useless $Id: lines. 2005-10-21 09:14:07 +02:00