-
```
Render the pages of the attached document. It has 4 identical pages except for
the Rotate entry. Each page has two annotations, a blue one which does not have
the NoRotate bit set and is therefo…
-
```
When I compile pdfium with VC++'s /analyze I hit this warning:
src\third_party\pdfium\fpdfsdk\include\fsdk_mgr.h(96) : warning C6001: Using
uninitialized memory 'fxtime'
This is because FFI_Get…
-
```
When I compile pdfium with VC++'s /analyze I hit this warning:
src\third_party\pdfium\fpdfsdk\include\fsdk_mgr.h(96) : warning C6001: Using
uninitialized memory 'fxtime'
This is because FFI_Get…
-
```
When I compile pdfium with VC++'s /analyze I hit this warning:
src\third_party\pdfium\fpdfsdk\include\fsdk_mgr.h(96) : warning C6001: Using
uninitialized memory 'fxtime'
This is because FFI_Get…
-
Why not adding native pdfium text extract /search support for using with AndroidPdfViewer Beta 3.2.0? Please do it. Thank you.
-
```
When I compile pdfium with VC++'s /analyze I hit this warning:
src\third_party\pdfium\fpdfsdk\include\fsdk_mgr.h(96) : warning C6001: Using
uninitialized memory 'fxtime'
This is because FFI_Get…
-
```
When I compile pdfium with VC++'s /analyze I hit this warning:
src\third_party\pdfium\fpdfsdk\include\fsdk_mgr.h(96) : warning C6001: Using
uninitialized memory 'fxtime'
This is because FFI_Get…
-
```
build/standalone.gypi has a clang variable, but it does nothing. Instead, I
have to set $CC and $CXX to build with clang. This is likely a requirement for
fixing bug 1.
thakis: any suggestions …
-
```
We would like to support the configuration where PDFium builds without V8. We
should have continuous test bots to make sure this configuration works.
```
Original issue reported on code.google.c…
-
```
Tinkering with Mr. Zalewski's American Fuzzy Lop fuzzer and found a few cases
where the following segfault occurs (read on null ptr):
==26134== Process terminating with default action of signal …