uutils/coreutils

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

開放

#6,182 建立於 2024年4月2日

 (11 則留言) (0 個反應) (0 位負責人)Rust (2,003 個分叉)batch import
U - seqgood first issue

倉庫指標

星標
 (23,984 顆星)
PR 合併指標
 (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'

貢獻者指南