VirtualBox

Ignore:
Timestamp:
Jul 22, 2016 4:21:26 PM (8 years ago)
Author:
vboxsync
Message:

IPRT: scm

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/misc/json.cpp

    r62446 r62461  
    3737#include <iprt/stream.h>
    3838#include <iprt/string.h>
     39
    3940
    4041/*********************************************************************************************************************************
     
    248249typedef RTJSONREADERARGS *PRTJSONREADERARGS;
    249250
     251
    250252/*********************************************************************************************************************************
    251253*   Global variables                                                                                                             *
     
    294296    /*
    295297     * 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
    297299     */
    298300    if (pTokenizer->achBuf[pTokenizer->offBuf] == '\0')
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette