BusyBox Bug and Patch Tracking
BusyBox
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0001526 [buildroot] Architecture Specific minor always 10-12-07 09:03 10-19-07 12:52
Reporter Leon Bailly View Status public  
Assigned To buildroot
Priority normal Resolution fixed  
Status closed   Product Version
Summary 0001526: lockfile-progs.c fails to compile
Description lockfile-progs.c fails to compile due to non-existing library-call to rindex.

Patched with:

*** lockfile-progs.c.org 2007-10-10 12:07:56.000000000 +0200
--- lockfile-progs.c 2007-10-10 12:09:22.000000000 +0200
***************
*** 70,76 ****
      { NULL, 0, NULL, 0 }
    };

! char *cmd_name = rindex(argv[0], '/');
    int mail_cmd_p = 0;

    if(cmd_name != NULL) {
--- 70,76 ----
      { NULL, 0, NULL, 0 }
    };

! char *cmd_name = strrchr(argv[0], '/');
    int mail_cmd_p = 0;

    if(cmd_name != NULL) {
Additional Information
Attached Files

- Relationships

- Notes
(0002838)
vanokuten
10-19-07 12:52

fixed in svn
 

- Issue History
Date Modified Username Field Change
10-12-07 09:03 Leon Bailly New Issue
10-12-07 09:03 Leon Bailly Status new => assigned
10-12-07 09:03 Leon Bailly Assigned To  => buildroot
10-19-07 12:52 vanokuten Status assigned => closed
10-19-07 12:52 vanokuten Note Added: 0002838
10-19-07 12:52 vanokuten Resolution open => fixed


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker