Opened 4 years ago

#13610 new Bugs

_env_impl is not reloaded

Reported by: santa4github@… Owned by:
Milestone: To Be Determined Component: process
Version: Boost 1.63.0 Severity: Problem
Keywords: Cc:

Description

In boost/process/detail/posix/environment.hpp native_environment_impl<Char>::reload vector _impl reloaded, but _env_impl set to _impl.data() in constructor and will be invalid after call of reload (after setting of environment for example).

_env_impl = _impl.data(); need to be added to native_environment_impl<Char>::reload

Change History (0)

Note: See TracTickets for help on using tickets.