uutils/coreutils

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

Open

#6,182 创建于 2024年4月2日

在 GitHub 查看
 (11 评论) (0 反应) (0 负责人)Rust (1,852 fork)batch import
U - seqgood first issue

仓库指标

Star
 (23,246 star)
PR 合并指标
 (平均合并 5天 23小时) (30 天内合并 239 个 PR)

描述

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'

贡献者指南