summaryrefslogtreecommitdiff
path: root/cppu
diff options
context:
space:
mode:
authorArmin Le Grand <Armin.Le.Grand@me.com>2015-11-03 12:25:13 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-11-05 11:44:10 +0000
commit6b3b080f8cedc1b496022b18e477af0c7361fba3 (patch)
treee3bd6d26eecfb553fce282df86d9a99d9a574412 /cppu
parentc7a520868ecf6d5de48dc3964a7bccab3fa480c3 (diff)
tdf#95298: corrected some out-of-bound accesses to array
the index variable m_FrameList used to reference the current frame uses the state EMTY_FRAMELIST to mark as invalid, which is the max integer number. Thus all usages have to be secured to not use m_FrameList if set to EMPTY_FRAMELIST. This was missing in some places. the max integer number. Thus all usages have to be secured to not use m_FrameList if set to EMPTY_FRAMELIST. This was missing in some places. Reviewed-on: https://gerrit.libreoffice.org/19753 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de> Cherry-picked from f0cef70cd4164342b218fbee34bf57eedc22c998 Change-Id: Ie1cf4ae2cb79d821f634ec78b621a2647abc61a8 Reviewed-on: https://gerrit.libreoffice.org/19787 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cppu')
0 files changed, 0 insertions, 0 deletions