id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 12460,Switch from std::getenv to _dupenv_s,anonymous,Robert Ramey,"5>C:\Boost\boost_1_61_0\boost/archive/tmpdir.hpp(35): error C4996: 'getenv': This function or variable may be unsafe. Consider using _dupenv_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. (AccessCommon.cpp) 5> C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include\stdlib.h(449) : see declaration of 'getenv' It would be good to update the code to use _dupenv_s. I'rather not use _CRT_SECURE_NO_WARNINGS since that covers over sins in other code. ",Bugs,closed,To Be Determined,serialization,Boost 1.61.0,Optimization,wontfix,Serialization,