| Anonymous | Login | Signup for a new account | 11-10-2008 10:58 PST |
| Main | My View | View Issues | Change Log | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
| 0000743 | [BusyBox] Standards Compliance | minor | always | 02-19-06 13:46 | 04-12-06 01:04 | ||||
| Reporter | rfelker | View Status | public | ||||||
| Assigned To | BusyBox | ||||||||
| Priority | normal | Resolution | fixed | ||||||
| Status | closed | Product Version | 1.01 | ||||||
| Summary | 0000743: [PORTABILITY] printf format strings, %Ld | ||||||||
| Description |
The following files use %L[diouxX] for long long int, instead of %ll[diouxX]. The former is nonstandard (left unspecified by SuSv3); %L is intended for use only with floating point values, i.e. %Lf for long double. networking/interface.c coreutils/stat.c libbb/human_readable.c e2fsprogs/blkid/blkid_getsize.c e2fsprogs/blkid/devno.c Changing all occurances of %L to %ll resolves the problem. |
||||||||
| Additional Information | |||||||||
| Attached Files | |||||||||
|
|
|||||||||
| Copyright © 2000 - 2006 Mantis Group |