python / python/cpython

`zlib.crc32_combine()` hangs on a negative length and `adler32_combine()` returns rubbish

Aperta
#156,180 0 commenti 0 reazioni 1 assegnatario Vedi su GitHub

@StanFromIreland ci sta già lavorando.

Dal 21/8/2026.

3.15 3.16 extension-modules type-bug
Lingua principale
Python
Stelle
77.2k
Fork
35.9k
Metriche di merge delle PR
Metriche PR in attesa

Descrizione

Bug report

Bug description:

From the manual:

adler32_combine: If len2 is negative, the result has no meaning or utility.

crc32_combine: len2 must be non-negative.

To reproduce run:

$ python3.15 -c "import zlib; zlib.crc32_combine(0, 0, -5)"

which hangs due to a loop in zlib. And,

$ python3.15 -c "import zlib; print(zlib.adler32_combine(0, 0, -5))"
4294967295

which is rubbish.

CPython versions tested on:

CPython main branch

Operating systems tested on:

No response

Linked PRs
  • gh-156181
  • gh-156239

Guida per i contributori

Apri la guida per i contributori

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.