1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-11-04 08:17:17 -05:00
elinks/src/session
Witold Filipczyk 68ccb4513d bug 765: If set download->callback set also download->data.
In the task.c line 517 there is:
	if (is_in_progress_state((*download_p)->state)) {
		if (have_location(ses))
			*download_p = &cur_loc(ses)->download;
			^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Here the download was changed. download->data and download->callback
were NULL after the assignment, but later in loading_callback
only download->callback had new value. download->data was still NULL.
2009-05-27 01:11:02 +03:00
..
download.c Patch 2: Modifications to the remaining parts of ELinks 2008-11-01 22:20:25 +02:00
download.h Bug 1053: Fix crash when download ends. 2008-10-03 00:18:41 +03:00
history.c Doxygen: @relates 2007-07-27 14:14:00 +03:00
history.h Doxygenate src/session/ 2007-07-27 09:55:40 +03:00
location.c Doxygen: @relates 2007-07-27 14:14:00 +03:00
location.h Doxygen: @relates 2007-07-27 14:14:00 +03:00
Makefile path_to_top -> top_builddir 2005-10-20 04:00:35 +02:00
session.c No segfault 2009-05-05 20:44:07 +03:00
session.h Bug 1013: Don't assume errno is between 0 and 100000 2008-08-03 17:56:41 +03:00
task.c bug 765: If set download->callback set also download->data. 2009-05-27 01:11:02 +03:00
task.h Doxygenate src/session/ 2007-07-27 09:55:40 +03:00