https://issues.apache.org/ooo/show_bug.cgi?id=122752
--- Comment #17 from [email protected] <[email protected]> --- Created attachment 81084 --> https://issues.apache.org/ooo/attachment.cgi?id=81084&action=edit move the iterator check inside the nextFormat loop The stack sent showed a problem in CFormatEtcContainer::nextFormatEtc() with accessing beyond the container bounds. The check was outside of the loop. The related method CFormatEtcContainer::nextFormatEtc() checks each loop though, so this might be a good idea here too. -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.
