uutils/coreutils

`seq 4e4000003 4e4000003` is causing an infinite loop

Open

#6.182 aberto em 2 de abr. de 2024

Ver no GitHub
 (11 comments) (0 reactions) (0 assignees)Rust (1.852 forks)batch import
U - seqgood first issue

Métricas do repositório

Stars
 (23.246 stars)
Métricas de merge de PR
 (Mesclagem média 5d 23h) (239 fundiu PRs em 30d)

Description

Looking at seq oss fuzz coverage, I noticed that it wasn't producing much. Writing a fuzz on seq parse number, i noticed that: cargo run seq 4e4000003 4e4000003 is running forever

while GNU is doing:

$ LANG=C /usr/bin/seq 4e4000003 4e4000003
/usr/bin/seq: invalid floating point argument: '4e4000003'

Guia do colaborador