diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-01-09 16:44:07 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-01-09 17:38:02 +0000 |
commit | b7d07699c8142e33f9d05d4e203b6fb567f36a9b (patch) | |
tree | 3146861ab54669b7e54e258ea4ef3039044c72ac /sw | |
parent | 82f02d7248f5959409a9a90f936649d602905067 (diff) |
asan: heap-buffer-overflow on ooo8726-1.doc
Change-Id: I9fd7b873b6e64a6450c1bd946cd9bb08c293290a
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/filter/ww8/ww8scan.cxx | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/sw/source/filter/ww8/ww8scan.cxx b/sw/source/filter/ww8/ww8scan.cxx index 6b8b9b4539c0..62b90394b542 100644 --- a/sw/source/filter/ww8/ww8scan.cxx +++ b/sw/source/filter/ww8/ww8scan.cxx @@ -358,11 +358,12 @@ const wwSprmSearcher *wwSprmParser::GetWW6SprmSearcher() {108, { 0, L_VAR} }, // "sprmCMajority50" chp.fBold, chp.fItalic, ... {109, { 2, L_FIX} }, // "sprmCHpsMul" chp.hps percentage to grow hps {110, { 2, L_FIX} }, // "sprmCCondHyhen" chp.ysri ysri - {111, { 2, L_FIX} }, // rtl bold - {112, { 2, L_FIX} }, // rtl italic - {113, { 0, L_VAR} }, // rtl property ? - {115, { 0, L_VAR} }, // rtl property ? - {116, { 0, L_VAR} }, // unknown + {111, { 2, L_FIX} }, // ww7 font + {112, { 2, L_FIX} }, // ww7 CJK font + {113, { 2, L_FIX} }, // ww7 rtl font + {114, { 2, L_FIX} }, // ww7 lid + {115, { 2, L_FIX} }, // ww7 rtl colour ? + {116, { 2, L_FIX} }, // ww7 fontsize {117, { 1, L_FIX} }, // "sprmCFSpec" chp.fSpec 1 or 0 bit {118, { 1, L_FIX} }, // "sprmCFObj" chp.fObj 1 or 0 bit {119, { 1, L_FIX} }, // "sprmPicBrcl" pic.brcl brcl (see PIC definition) |