h...@apache.org <h...@apache.org> has asked Oliver-Rainer Wittmann <o...@apache.org> for review: Bug 122922: Writer crashes when deleting a row from a table after copying a text from a cell in the same row https://issues.apache.org/ooo/show_bug.cgi?id=122922
Attachment 81239: reverse the iteration to keep the iterators valid after an erase https://issues.apache.org/ooo/attachment.cgi?id=81239&action=edit ------- Additional Comments from h...@apache.org <h...@apache.org> When erasing in a vector the iterators before the erasing point remain valid whereas the iterators after it become invalid. The idea behind the patch is to use the order that prevents the use of invalid iterators. With my patch suggestion applied I can no longer reproduce the crash. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org