|
From: Santeri P. <sa...@ss...> - 2003-08-14 07:41:33
|
Olly Betts wrote:
>Or simpler, just wrapper setenv and putenv and force valgrind's paths
>in and prevent VG_ARGS from being changed, but I worry slightly that an
>app might assume it knows how long a variable is because it just set it
>- something like this rather stupid contrived example:
>
>
To this work, you need to also monitor accesses to the `environ' global
variable. Perhaps that is actually easier, since `putenv', `clearenv'
etc. manipulate just that single global variable.
--
sa...@ss... I have no opinions, since I cannot express any, after all.
If you think you saw an opinion, contact your optometrist.
|