Revision: 269
http://sourceforge.net/p/jsoncpp/code/269
Author: aaronjacobs
Date: 2013-08-06 23:12:56 +0000 (Tue, 06 Aug 2013)
Log Message:
-----------
Switched away from sprintf, which is prone to buffer overflows.
Most reasonable platforms have this function. If you're here because
this broke the build for you, consider adding an ifdef for your platform
and using sprintf there (but not on other platforms).
Modified Paths:
--------------
trunk/jsoncpp/src/lib_json/json_reader.cpp
trunk/jsoncpp/src/lib_json/json_writer.cpp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|