23 Jan
2009
23 Jan
'09
4:15 a.m.
Jeremy wrote:
On Thu, Jan 22, 2009 at 10:37:41PM +0000, corvid wrote:
Jeremy wrote:
==20949== by 0x806065B: a_Cache_process_dbuf (cache.c:865) ==20949== ==20949== Invalid read of size 4 ==20949== at 0x8060E9B: Cache_process_queue (cache.c:1145)
Does this part of it stop complaining if the a_UIcmd_set_page_prog(Client_bw, data->len, 1); in Cache_process_queue() uses Cache_data(entry)->len instead?
Yes. Patch attached.
I realized we should really be using entry->Data regardless of character encoding when showing progress in receiving the page. Attached.