Bug#932491: python3-apt: segfault reading from lzma stream

2023-11-02 Thread Julian Andres Klode
Control: clone -1 -2 Control: retitle -2 python3-apt: add support for non-gzip compressed file objects Control: severity -2 wishlist On Thu, Nov 02, 2023 at 01:18:23PM +0100, Cyril Brulebois wrote: > Cyril Brulebois (2023-11-02): > > Today I had a few more minutes to spend on this, so here's a l

Bug#932491: python3-apt: segfault reading from lzma stream

2023-11-02 Thread Cyril Brulebois
Cyril Brulebois (2023-11-02): > Today I had a few more minutes to spend on this, so here's a little > debugging session. My main system is still bullseye, but the same tests > in a bookworm chroots fail the same way. “But maybe it's a bug in the lzma library?” one might ask. Adding a bzip2 test

Bug#932491: python3-apt: segfault reading from lzma stream

2023-11-01 Thread Cyril Brulebois
Control: severity -1 important Hi, David Bremner (2019-07-19): > The following script segfaults if python3-apt is installed, but > completes if not. Replacing lzma.open with open (and replacing > Sources.xz with Sources) also makes the segfault go away. It seems to > be the same with python3-ap

Bug#932491: python3-apt: segfault reading from lzma stream

2019-07-19 Thread David Bremner
Package: python3-apt Version: 1.9.0 Severity: normal The following script segfaults if python3-apt is installed, but completes if not. Replacing lzma.open with open (and replacing Sources.xz with Sources) also makes the segfault go away. It seems to be the same with python3-apt 1.8.4. I didn't ch