Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About
Login

Console View

Legend:   Passed Failed Warnings Failed Again Running Exception Offline No data

Adrian Johnson
Fix buffer overflow in GlobalParamsWin
Albert Astals Cid
pdftops: Fix crash on files with font without name and using -passfont
Albert Astals Cid
pdfinfo: Don't crash on malformed files
Albert Astals Cid
Update (C)
Sune Vuorela
Simplify memory handling in Catalog NameTree
Albert Astals Cid
poppler 24.07.0
Albert Astals Cid
Add missing include
Albert Astals Cid
Update (C)
Pratham Gandhi
Qt: Implement reset forms link
Albert Astals Cid
Update (C)
Albert Astals Cid
Fix crash in FoFiType1::parse
When the content to parse ends in "/FontName      "
Albert Astals Cid
Update (C)
Nelson Benítez León
glib find text fuzzer: correctly free the matches list
Adrian Johnson
Reorder utf8ToUtf16() args so each length argument follows the string
Adrian Johnson
Reorder utf16ToUtf8() args so each length argument follows the string
Albert Astals Cid
glib: fuzz: Free memory
Albert Astals Cid
Make MediaRendition::copy return a unique_ptr
Albert Astals Cid
We have maxUtf8 so pass it along to be safer
Albert Astals Cid
Fix crash when converting invalid utf16 to utf8
Albert Astals Cid
Prevent some more overflows in broken files
Albert Astals Cid
glib: fuzz: poppler_page_find_text requirement is that the text is utf8
Albert Astals Cid
glib: fuzz: free doc properly
Albert Astals Cid
Also initialize rootGen
Albert Astals Cid
glib-mkenums is required
So fail on cmake stage rather than on compile stage
Albert Astals Cid
Forgot to increase the SOVERSION for 24.06.0
(cherry picked from commit 10914f82cee06ea95ace19c5d74a2c2ff2bab4dc)
Albert Astals Cid
Update (C)
Sune Vuorela
FoFiTrueType: less manual memory handling
- use vector instead of pointer,length for owning structures
- use span instead of pointer,length for non-owning arguments
- use std::array for most fixed size arrays
- remove gmem usage
Albert Astals Cid
Revert "Remove unused GfxImageColorMap::copy"
kitinerary uses it

This reverts commit 912b1d5c583677e2629a0a2c4623baa324adb62b.
Albert Astals Cid
pdfinfo: Fix crash in broken documents when using -dests
Albert Astals Cid
Remove unused GfxImageColorMap::copy
Pratham Gandhi
Handled the additional document actions in qt frontends
Albert Astals Cid
Update (C)
Sune Vuorela
GfxFonts: Switch font widths from pointer, length to std::vector
Albert Astals Cid
poppler 24.06.0
Pablo Correa Gómez
glib: properly document return value from poppler_font_info_scan
Albert Astals Cid
Update (C)
Oliver Sander
Let GooString::format return a std::string object
... rathern than std::unique_ptr<GooString>.  In many cases this avoids
a small heap allocation.
Oliver Sander
writePSTextLine: Take a std::string argument
Oliver Sander
HtmlImage: Store filename as std::string
Rather than as std::unique_ptr<GooString>.  This saves
one pointer indirection.
Oliver Sander
Make GooString::formatv return std::string by value
Rather than returning a std::unique_ptr<GooString>.
This avoids one heap allocation for the result object.