Skip to content

VKalVrt: Build memory corruption/Segfault fix

Adam Edward Barton requested to merge abarton/athena:fixVKalVrtPtr into 21.2

On some systems during a build the tool is constructed and destructed without calling initialize(). This uninitialised ptr was causing segfaults.

Fix should also go into 21.0. Bug is not present in master.

Merge request reports