diff options
author | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-22 03:21:41 +0000 |
---|---|---|
committer | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-22 03:21:41 +0000 |
commit | 887dc5d85a487e0a071099b58f1ea2235602a0ab (patch) | |
tree | 2e4d5a1327698ee224aed8b218a69f9cd273853c /pdf | |
parent | 7f17c7f4404f8b092f0df7c194330e3c1ead1f05 (diff) | |
download | chromium_src-887dc5d85a487e0a071099b58f1ea2235602a0ab.zip chromium_src-887dc5d85a487e0a071099b58f1ea2235602a0ab.tar.gz chromium_src-887dc5d85a487e0a071099b58f1ea2235602a0ab.tar.bz2 |
Fix more cases of unreachable code on Windows, mostly added recently.
BUG=346399
TEST=none
Review URL: https://codereview.chromium.org/296053005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272069 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'pdf')
-rw-r--r-- | pdf/pdfium/pdfium_engine.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pdf/pdfium/pdfium_engine.cc b/pdf/pdfium/pdfium_engine.cc index eb165ae..4565131 100644 --- a/pdf/pdfium/pdfium_engine.cc +++ b/pdf/pdfium/pdfium_engine.cc @@ -275,8 +275,6 @@ void OOM_Handler(_OOM_INFO*) { // the buffer is then used, it provides a handy mapping of memory starting at // address 0 for an attacker to utilize. abort(); - // Paranoia, just in case. - *(volatile char*)0 = '\0'; } OOM_INFO g_oom_info = { |