summaryrefslogtreecommitdiff
path: root/jvmaccess
diff options
context:
space:
mode:
authorArmin Le Grand <Armin.Le.Grand@me.com>2015-11-03 12:25:13 +0100
committerKatarina Behrens <Katarina.Behrens@cib.de>2015-11-04 11:29:21 +0000
commitf0cef70cd4164342b218fbee34bf57eedc22c998 (patch)
treeedf7a6e44f54a8eb6b5ed6179e8e5157fa001872 /jvmaccess
parent4340cc7a63c3a94a7b95e014a501b44d886e18bb (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. Change-Id: Ie1cf4ae2cb79d821f634ec78b621a2647abc61a8 Reviewed-on: https://gerrit.libreoffice.org/19753 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
Diffstat (limited to 'jvmaccess')
0 files changed, 0 insertions, 0 deletions