11 Mar
2025
11 Mar
'25
3:39 p.m.
Jinoh Kang (@iamahuman) commented about dlls/ieframe/dochost.c:
new_entry->stream = get_travellog_stream(This);
if(This->travellog.loading_pos == -1) { This->travellog.position++;
We should assert here that position is still less than size after the increment. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/7544#note_97425