Forked from
Utils / KWSys
Source project has a limited visibility.
-
Brad King authored
When using `putenv("A=")` to approximate removal of `A` from the environment we must not free the buffer afterward because the string is still actually in the environment. Change-Id: I4d2455ca604a2e216123a3d2afafb64ca260d105 Reported-by:
James Johnston <johnstonj.public@codenest.com>
Brad King authoredWhen using `putenv("A=")` to approximate removal of `A` from the environment we must not free the buffer afterward because the string is still actually in the environment. Change-Id: I4d2455ca604a2e216123a3d2afafb64ca260d105 Reported-by:
James Johnston <johnstonj.public@codenest.com>