|
Bugzilla – Full Text Bug Listing |
| Summary: | coreutils ls -og output wrong | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Jan Engelhardt <jengelh> |
| Component: | Basesystem | Assignee: | Andreas Schwab <schwab> |
| Status: | VERIFIED WORKSFORME | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | RC 4 | ||
| Target Milestone: | --- | ||
| Hardware: | i586 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Found By: | Beta-Customer | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Jan Engelhardt
2005-12-23 11:18:29 UTC
Works fine here no matter which locale. Since SUSE Linux 10.1 is out, I updated a patch I added to 5.93, and by chance I spotted the off-by-one bug causing this behavior. sizeof("abc") is not the same as strlen("abc"). Sigh.
|