You need to sign in before continuing.
-
Replaced shared pointer usage with a plain std::string for passwords in PageSpec to simplify code and enhance readability. Updated relevant logic and function calls to align with this change, removing unnecessary shared pointer management. Updated TODO to reflect completion of this modernization step.
-
Also, remove closed fuzz cases.
-
Use "QPDF" only for the QPDF class itself.
-
...as well as some cases generated in CI from earlier attempts at fixing this.
-
When a user accepts a spelling word, the word appears in a .idea/dictionaries/$user.xml where $user is their username. A user has control over "their "words, but all users see all words. For qpdf, we probably want all the "official" words in qpdf.xml. This should be automated.