Skip to content

Draft: Fix using a reference for the value returned by std::string::substr()

Marcin Nowak requested to merge mnowak/athena:fix.string.ref.AuxDiscovery into main

std::string::substr() returns a new string temporary, so assigning it to a reference causes undefined behavior

Merge request reports