Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

asan aggregator accepts a shard receipt whose PLAN line says sections=0

Aperta
#1,313 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub

I maintainer di solito rispondono entro 1 giorno

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
3/5
Tempo stimato
1-2 giorni
Idoneità per principianti
68/100
Tipo di issue
Bug
Chiarezza
Specificata chiaramente
Stato di attività
Attiva
Ambito
ci-cd, testing-qa

Direzione di ricerca

Locate the asan + ubsan (full suite) aggregator and the critic fixture row named "zero-sections rc=0" referenced in the issue. Start by tracing how receipt PLAN lines are validated, then run the aggregation fixture; done means missing or zero sections are rejected and the sections total meets the required floor with exit status 1 for the zero-sections receipt.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Descrizione

area:ci found-by:critic kind:gate-defect

Found by a blind critic on PR #1310. The same result on main 7706607: this is pre-existing.

The asan + ubsan (full suite) aggregator checks each receipt for a PLAN line naming the right shard=k/N, a leak tally, and exactly one owner per extra. It never looks at sections=. A receipt with PLAN: shard=2/3 sections=0 ... passes (critic fixture row zero-sections rc=0, both revisions).

The runner is expected to refuse a zero-section shard itself, so this is defence in depth. But the aggregator is the one place that sees all three shards.

Done when:

  • the aggregator refuses a receipt whose sections= is missing or 0, and requires the three sections= values to sum to at least a floor
  • a fixture receipt with sections=0 makes the aggregation step exit 1
Lingua principale
C
Stelle
3
Fork
7
Merge medio
3h 58m
PR unite (30g)
105

Preparare l'ambiente

Apri in Codespaces

Avvia il container di sviluppo del progetto nel browser, con il tuo account GitHub.

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.

Altre issue di InauguralSystems/EigenScript

Tutte le issue di InauguralSystems/EigenScript

Issue simili

Altre issue su C

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.