level-zero-tests icon indicating copy to clipboard operation
level-zero-tests copied to clipboard

fix: Resolve nullptr access issues

Open vishnu-khanth opened this issue 6 months ago • 2 comments

  • Add nullptr check for returns form getenv to avoid sigsegv.
  • Passing char[] for putenv instead of string constant to avoid compilation warning.

Related-To: VLCLJ-2228

vishnu-khanth avatar Jul 29 '24 13:07 vishnu-khanth