You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
acl_profiler_test: fix undefined behaviour with putenv()
The buffer passed to putenv() becomes part of the environment. It is
the caller's responsibility to keep the buffer alive as long as the
environment variable is not modified by a subsequent invocation.
Signed-off-by: Peter Colberg <[email protected]>
0 commit comments