Changeset 62461 in vbox for trunk/src/VBox/Runtime/common/misc/json.cpp
- Timestamp:
- Jul 22, 2016 4:21:26 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/misc/json.cpp
r62446 r62461 37 37 #include <iprt/stream.h> 38 38 #include <iprt/string.h> 39 39 40 40 41 /********************************************************************************************************************************* … … 248 249 typedef RTJSONREADERARGS *PRTJSONREADERARGS; 249 250 251 250 252 /********************************************************************************************************************************* 251 253 * Global variables * … … 294 296 /* 295 297 * In case we reached the end of the stream don't even attempt to read new data. 296 * Safety precaution for possible bugs in the parser causing out of bounds reads 298 * Safety precaution for possible bugs in the parser causing out of bounds reads 297 299 */ 298 300 if (pTokenizer->achBuf[pTokenizer->offBuf] == '\0')
Note:
See TracChangeset
for help on using the changeset viewer.