https://bugs.documentfoundation.org/show_bug.cgi?id=117741

            Bug ID: 117741
           Summary: Fix use-after-free problems in Basic DLL bindings lib
           Product: LibreOffice
           Version: 3.3.0 release
          Hardware: All
                OS: Windows (All)
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: BASIC
          Assignee: [email protected]
          Reporter: [email protected]

Description:
Code in basic/source/runtime/dllmgr-x86.cxx /
basic/source/runtime/dllmgr-x64.cxx frequently takes a pointer to a vector
element, then modifies the vector (and therefore potentially accessing freed
memory).

Code needs some tweaks to avoid that, here's a sample commit:

https://gerrit.libreoffice.org/gitweb?p=core.git;a=commitdiff;h=de9620dd4539397715dab3102d256f9d634fcb23

Actual Results:  
.

Expected Results:
.


Reproducible: Always


User Profile Reset: No



Additional Info:


User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101
Firefox/60.0

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to