VirtualBox

Changeset 62461 in vbox for trunk/src/VBox/Runtime/common


Ignore:
Timestamp:
Jul 22, 2016 4:21:26 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
109017
Message:

IPRT: scm

Location:
trunk/src/VBox/Runtime/common
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/crypto/RTCrStoreCertAddWantedFromFishingExpedition.cpp

    r57699 r62461  
    245245RT_EXPORT_SYMBOL(RTCrStoreCertAddWantedFromFishingExpedition);
    246246
    247 
  • trunk/src/VBox/Runtime/common/crypto/digest-builtin.cpp

    r62448 r62461  
    552552 * OpenSSL EVP.
    553553 */
    554    
     554
    555555# if OPENSSL_VERSION_NUMBER >= 0x10100000
    556556/** @impl_interface_method{RTCRDIGESTDESC::pfnNew} */
  • 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')
  • trunk/src/VBox/Runtime/common/misc/lockvalidator.cpp

    r57974 r62461  
    397397 * Launch a simple assertion like complaint w/ panic.
    398398 *
    399  * @param   SRC_POS             The source position where call is being made from. 
     399 * @param   SRC_POS             The source position where call is being made from.
    400400 * @param   pszWhat             What we're complaining about.
    401401 * @param   ...                 Format arguments.
  • trunk/src/VBox/Runtime/common/misc/uri.cpp

    r58069 r62461  
    11621162}
    11631163
    1164 
Note: See TracChangeset for help on using the changeset viewer.

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