| Summary: | dd: invalid number when too big | ||
|---|---|---|---|
| Product: | Busybox | Reporter: | mikolaj |
| Component: | Standard Compliance | Assignee: | unassigned |
| Status: | RESOLVED WONTFIX | ||
| Severity: | minor | CC: | busybox-cvs |
| Priority: | P5 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
|
Description
mikolaj
2011-12-14 17:12:22 UTC
busybox-1.2.x internally use strtoul() to parse numbers fin dd options. Therefore they can't accept numbers larger than 2^32-1. 1.2.x is VERY old. Newer versions don't have this limitation. Looks like WONTFIX to me... |