https://issues.apache.org/ooo/show_bug.cgi?id=120250
--- Comment #4 from Andre <[email protected]> --- Looks like SwIndexReg members pFirst and pLast are expected to be both NULL or both non-NULL. Therefore only pFirst is checked to be non-NULL in index.cxx:92. But in the crash pFirst is non-NULL, and thus passes the test, but pLast is still NULL and triggers the crash when accessed anyway. Looks like the doubly linked list is not properly initialized/managed. -- You are receiving this mail because: You are the assignee for the bug.
