Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(10)

Unified Diff: core/fdrm/crypto/fx_crypt.cpp

Issue 2032613003: Get rid of NULLs in core/ (Closed) Base URL: https://pdfium.googlesource.com/pdfium@master
Patch Set: Fix a bad merge Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | core/fpdfapi/fpdf_cmaps/CNS1/cmaps_cns1.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/fdrm/crypto/fx_crypt.cpp
diff --git a/core/fdrm/crypto/fx_crypt.cpp b/core/fdrm/crypto/fx_crypt.cpp
index 9e10f369ca06e4b3d5c178f9c7f019fe39dd8cd4..ed7ede0b5a1554701c59b40672f38f0bba34a039 100644
--- a/core/fdrm/crypto/fx_crypt.cpp
+++ b/core/fdrm/crypto/fx_crypt.cpp
@@ -248,7 +248,7 @@ void CRYPT_MD5Generate(const uint8_t* input,
static FX_BOOL (*g_PubKeyDecryptor)(const uint8_t* pData,
uint32_t size,
uint8_t* data_buf,
- uint32_t& data_len) = NULL;
+ uint32_t& data_len) = nullptr;
void CRYPT_SetPubKeyDecryptor(FX_BOOL (*func)(const uint8_t* pData,
uint32_t size,
uint8_t* data_buf,
« no previous file with comments | « no previous file | core/fpdfapi/fpdf_cmaps/CNS1/cmaps_cns1.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698