| Anonymous | Login | Signup for a new account | 11-10-2008 10:53 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 | ||||
| 0000562 | [BusyBox] Standards Compliance | minor | always | 11-25-05 10:14 | 11-25-05 11:19 | ||||
| Reporter | iggarpe | View Status | public | ||||||
| Assigned To | BusyBox | ||||||||
| Priority | normal | Resolution | duplicate | ||||||
| Status | closed | Product Version | svn | ||||||
| Summary | 0000562: mount fails to mount "auto" filesystems | ||||||||
| Description |
Mount fails to mount those filesystems described in /etc/fstab as type "auto". The cause is that the standard C librar getmntent will return "auto" as the filesystem type, and the mount.c code incorrectly checks for a NULL string: if (fsType || ... Should be: if (strcmp(fsType, "auto") || ... Trivial patch attached. |
||||||||
| Additional Information | |||||||||
| Attached Files |
|
||||||||
|
|
|||||||||
| Copyright © 2000 - 2006 Mantis Group |