Subject: [Boost-bugs] [Boost C++ Libraries] #10745: security warnings when building applications with the boost::logv2 library
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2014-11-04 11:58:52
#10745: security warnings when building applications with the boost::logv2 library
-----------------------------------------------+----------------------
Reporter: Georg Kellerer <georg.kellerer@â¦> | Owner: andysem
Type: Bugs | Status: new
Milestone: Boost 1.57.0 | Component: log
Version: Boost 1.57.0 | Severity: Cosmetic
Keywords: security warning |
-----------------------------------------------+----------------------
whenn I build my application with Visual Studio 2010 and Boost V1.5.7.0 i
get a security warning every time the logging framework is used:
5>C:\dev\boost_1_57_0\boost/log/detail/snprintf.hpp(54): warning C4996:
'_vsnprintf': This function or variable may be unsafe. Consider using
_vsnprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS.
See online help for details.
5>C:\dev\boost_1_57_0\boost/log/detail/snprintf.hpp(66): warning C4996:
'_vsnwprintf': This function or variable may be unsafe. Consider using
_vsnwprintf_s instead. To disable deprecation, use
_CRT_SECURE_NO_WARNINGS. See online help for details.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/10745> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:17 UTC