Sweden-Number/dlls/riched20
Zhiyi Zhang 62d80cff69 riched20: Fix a use after free.
In ME_DestroyEditor(), the item list is being freed when
calling get_total_width() in destroy_para().

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=46328
Signed-off-by: Zhiyi Zhang <zzhang@codeweavers.com>
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-01-02 12:28:07 +01:00
..
tests riched32: Handle enter press in WM_CHAR instead of WM_KEYDOWN. 2018-12-12 17:10:13 +01:00
Makefile.in
caret.c riched20: Add helper function to mark paragraphs for rewrapping. 2018-11-29 17:48:33 +01:00
clipboard.c
context.c
editor.c riched20: Fix a use after free. 2019-01-02 12:28:07 +01:00
editor.h riched20: Implement list of marked paragraphs. 2018-11-29 17:48:33 +01:00
editstr.h riched20: Cache number of rows in editor. 2018-11-29 17:48:33 +01:00
list.c riched20: Add destroy_para() helper. 2018-11-29 17:48:33 +01:00
ocr_reverse.cur
ocr_reverse.svg
paint.c riched20: Turn several constants and variables into static constants. 2018-12-03 10:49:03 +01:00
para.c riched20: Remove redundant comparison. 2018-12-13 22:37:46 +01:00
reader.c
res.h
riched20.spec
riched_tom.idl
richole.c
row.c
rtf.h
run.c riched20: Turn several constants and variables into static constants. 2018-12-03 10:49:03 +01:00
string.c
style.c
table.c riched20: Turn several constants and variables into static constants. 2018-12-03 10:49:03 +01:00
txthost.c
txtsrv.c
undo.c riched20: Add helper function to mark paragraphs for rewrapping. 2018-11-29 17:48:33 +01:00
version.rc
wrap.c riched20: ME_CheckCharOffsets() calls should only be done when tracing. 2018-11-29 17:48:33 +01:00
writer.c