scientist2009 / pdfium

Automatically exported from code.google.com/p/pdfium
0 stars 0 forks source link

NULL CFX_ByteString and CFX_WideString dont compare properly against L"". #160

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Originally reported by dreamfly912:

  CFX_WideString left;
  assert(left == L"");

fails assert.

Original issue reported on code.google.com by tsepez@chromium.org on 13 May 2015 at 4:59

GoogleCodeExporter commented 9 years ago
https://pdfium.googlesource.com/pdfium//+/fdc5e691745cf16fb105f3ad4a9fb5f8f64f56
b4

Original comment by tsepez@chromium.org on 13 May 2015 at 9:28

GoogleCodeExporter commented 9 years ago
Broken by 447e2beb38d5bd8b71b1ddc3df448559dbd588af on May 4th.
Need to determine if merge required.

Original comment by tsepez@chromium.org on 13 May 2015 at 11:25