Skip to content

Annot: Fix uninitialized memory read on broken files

By initializing width and charCount earlier in Annot::layoutText, there's two early return that need the values to be initialized and we were initializing them later in the function anyway so just move the block to the beginning of the function

Merge request reports