mirror of
https://github.com/michaelrsweet/pdfio.git
synced 2026-01-13 15:30:31 +01:00
Increase PDFIO_MAX_STRING to 128k (Issue #146)
This commit is contained in:
@@ -5,6 +5,7 @@ Changes in PDFio
|
||||
v1.6.2 - YYYY-MM-DD
|
||||
-------------------
|
||||
|
||||
- Increased the maximum length of a single string to 128k (Issue #146)
|
||||
- Fixed an error propagation bug when reading too-long values (Issue #146)
|
||||
|
||||
|
||||
|
||||
@@ -94,7 +94,7 @@
|
||||
//
|
||||
|
||||
# define PDFIO_MAX_DEPTH 32 // Maximum nesting depth for values
|
||||
# define PDFIO_MAX_STRING 65536 // Maximum length of string
|
||||
# define PDFIO_MAX_STRING 131072 // Maximum length of string
|
||||
|
||||
typedef void (*_pdfio_extfree_t)(void *);
|
||||
// Extension data free function
|
||||
|
||||
Reference in New Issue
Block a user