Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <peter.colberg@intel.com>
- Loading branch information