uutils/coreutils

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

オープン

#6,182 opened on 2024/04/02

 (11 件のコメント) (0 件のリアクション) (0 人の担当者)Rust (2,003 件のフォーク)batch import
U - seqgood first issue

Repository metrics

Stars
 (23,984 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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'

コントリビューターガイド