Skip to content

SystemInformation: Remove usage of dangling pointers

Marian Klymov requested to merge nekto1989/kwsys:small_cleanup into master

I don't have Solaris so I can't test this. ParseValueFromKStat method seems to be using pointers to strings that should have been already deleted at the time of RunProcess call. Is this method really used?

Topic-rename: SystemInformation-fix-ParseValueFromKStat

Edited by Brad King

Merge request reports