xdegaye

Results 5 comments of xdegaye

The crash reported on ArchLinux udisks2 version: 2.9.4-1 at [FS#76345](https://bugs.archlinux.org/task/76345) seems to be similar. Please note that the commit [6464e30](https://github.com/storaged-project/udisks/commit/6464e3083c27b9e4d97848b9e69e862f265511d5) in PR #926 is **not included** in the release of...

@indygreg wrote: > That being said, supporting tarfile natively might be a bit... funky. The reason is that CPython's tarfile insists on doing a seek(-1, os.SEEK_CUR). This is immediately followed...

It is not clear how to make the `Labels / Backport label added` check pass.

A fix could be the following patch: ``` diff --git a/aiohttp/http_parser.py b/aiohttp/http_parser.py index d44f4cb1..8d7049ed 100644 --- a/aiohttp/http_parser.py +++ b/aiohttp/http_parser.py @@ -880,6 +880,12 @@ class HttpPayloadParser: chunk = chunk[len(SEP) :] self._chunk...