Skip to content
Snippets Groups Projects

Fixed test_decayfinder for undefined behavior

Merged Sebastien Ponce requested to merge sponce_decayfinder into master
All threads resolved!

This test is using heavily cppyy, but ownership and scoping of C++ object is inexistent there, leading to undefined behavior The fix is as horrible as the code : make all local variables global to be sure nothing is deleted which should not be. This test should probaby be rewritten in plain C++

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading