Re: [poppler] 7 commits - CMakeLists.txt cpp/CMakeLists.txt poppler/GfxState.cc poppler/Link.cc poppler/Link.h qt5/src

2018-04-16 Thread Albert Astals Cid
El dilluns, 16 d’abril de 2018, a les 22:42:06 CEST, Adam Reichold va escriure: > Am 16.04.2018 um 22:21 schrieb Albert Astals Cid: > > El dilluns, 16 d’abril de 2018, a les 20:36:37 CEST, Adam Reichold va > > > > escriure: > >> Hello again, > >> > >> Am 16.04.2018 um 20:22 schrieb Albert Astals

Re: [poppler] 7 commits - CMakeLists.txt cpp/CMakeLists.txt poppler/GfxState.cc poppler/Link.cc poppler/Link.h qt5/src

2018-04-16 Thread Adam Reichold
Am 16.04.2018 um 22:21 schrieb Albert Astals Cid: > El dilluns, 16 d’abril de 2018, a les 20:36:37 CEST, Adam Reichold va > escriure: >> Hello again, >> >> Am 16.04.2018 um 20:22 schrieb Albert Astals Cid: >>> El dilluns, 16 d’abril de 2018, a les 19:05:25 CEST, Adam Reichold va >>> >>> escriure

Re: [poppler] 7 commits - CMakeLists.txt cpp/CMakeLists.txt poppler/GfxState.cc poppler/Link.cc poppler/Link.h qt5/src

2018-04-16 Thread Albert Astals Cid
El dilluns, 16 d’abril de 2018, a les 20:36:37 CEST, Adam Reichold va escriure: > Hello again, > > Am 16.04.2018 um 20:22 schrieb Albert Astals Cid: > > El dilluns, 16 d’abril de 2018, a les 19:05:25 CEST, Adam Reichold va > > > > escriure: > >> Hello, > >> > >> concerning df8a4ee51e18a39f85568

Re: [poppler] 7 commits - CMakeLists.txt cpp/CMakeLists.txt poppler/GfxState.cc poppler/Link.cc poppler/Link.h qt5/src

2018-04-16 Thread Adam Reichold
Hello again, Am 16.04.2018 um 20:22 schrieb Albert Astals Cid: > El dilluns, 16 d’abril de 2018, a les 19:05:25 CEST, Adam Reichold va > escriure: >> Hello, >> >> concerning df8a4ee51e18a39f85568c4122e5edd8c03d61df, I think there is a >> problem in the "isArray" branch where a moved-from value >>

Re: [poppler] 7 commits - CMakeLists.txt cpp/CMakeLists.txt poppler/GfxState.cc poppler/Link.cc poppler/Link.h qt5/src

2018-04-16 Thread Albert Astals Cid
El dilluns, 16 d’abril de 2018, a les 19:05:25 CEST, Adam Reichold va escriure: > Hello, > > concerning df8a4ee51e18a39f85568c4122e5edd8c03d61df, I think there is a > problem in the "isArray" branch where a moved-from value > "seenNextActions" is used if the array contains more than one dict. I >

Re: [poppler] 7 commits - CMakeLists.txt cpp/CMakeLists.txt poppler/GfxState.cc poppler/Link.cc poppler/Link.h qt5/src

2018-04-16 Thread Adam Reichold
Hello, concerning df8a4ee51e18a39f85568c4122e5edd8c03d61df, I think there is a problem in the "isArray" branch where a moved-from value "seenNextActions" is used if the array contains more than one dict. I think this is generally undefined behavior (even though it is probably fine in this case sin