https://bugs.documentfoundation.org/show_bug.cgi?id=145321
Julien Nabet <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW CC| |[email protected] Ever confirmed|0 |1 --- Comment #5 from Julien Nabet <[email protected]> --- Extra info: (gdb) p rInf.GetText() $3 = "" (gdb) p rInf.GetIdx() $4 = {m_value = 0} (gdb) p rInf.GetLen() $5 = {m_value = 1} Noel: noticing https://cgit.freedesktop.org/libreoffice/core/commit/?id=d4dc6b5cfdb02ad00a06ad32650948648abe010d use std::vector for fetching DX array data because I'm trying to track down a related heap corruption, and that is much easier if the access to the array is checked by the std::vector debug runtime thought you might be interested in this one. Perhaps this document with your patch revealed a bug? -- You are receiving this mail because: You are the assignee for the bug.
