Changeset 62461 in vbox for trunk/src/VBox/Runtime/common
- Timestamp:
- Jul 22, 2016 4:21:26 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 109017
- Location:
- trunk/src/VBox/Runtime/common
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/crypto/RTCrStoreCertAddWantedFromFishingExpedition.cpp
r57699 r62461 245 245 RT_EXPORT_SYMBOL(RTCrStoreCertAddWantedFromFishingExpedition); 246 246 247 -
trunk/src/VBox/Runtime/common/crypto/digest-builtin.cpp
r62448 r62461 552 552 * OpenSSL EVP. 553 553 */ 554 554 555 555 # if OPENSSL_VERSION_NUMBER >= 0x10100000 556 556 /** @impl_interface_method{RTCRDIGESTDESC::pfnNew} */ -
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') -
trunk/src/VBox/Runtime/common/misc/lockvalidator.cpp
r57974 r62461 397 397 * Launch a simple assertion like complaint w/ panic. 398 398 * 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. 400 400 * @param pszWhat What we're complaining about. 401 401 * @param ... Format arguments. -
trunk/src/VBox/Runtime/common/misc/uri.cpp
r58069 r62461 1162 1162 } 1163 1163 1164
Note:
See TracChangeset
for help on using the changeset viewer.