Skip to content
Snippets Groups Projects
  1. Jan 15, 2024
    • Martin Christoph Hierholzer's avatar
      fix: modify model while visiting · 5bd831da
      Martin Christoph Hierholzer authored
      Modifying the model while visiting is not allowed because the
      modification invalidates the iterators used for visiting. This lead in
      this case to a very subtle crash (segfault) only appearing under very
      specific circumstances (only when running in ctest and only on some
      Ubuntu 20.04 machines).
      5bd831da
    • Martin Christoph Hierholzer's avatar
      fix: use after free · dba39544
      Martin Christoph Hierholzer authored
      ProcessVariableProxy::removeNode() was effectively taking a reference to
      a shared pointer as an argument and is removing the same (effective)
      shared pointer from a list. This poses a problem if the reference passed
      points to the list directly and is the last shared pointer to this
      object so it gets freed, because removeNode() is accessing the object
      after removing it from the list.
      dba39544
  2. Jan 11, 2024
  3. Jan 03, 2024
  4. Nov 23, 2023
  5. Nov 15, 2023
  6. Oct 12, 2023
  7. Oct 10, 2023
  8. Oct 09, 2023
  9. Oct 04, 2023
  10. Sep 26, 2023
  11. Sep 25, 2023
  12. Sep 22, 2023
  13. Sep 21, 2023
  14. Sep 19, 2023
  15. Sep 05, 2023
Loading