Removed buggy burn_strdup() and burn_strndup(). Thanks to Rich Felker.
This commit is contained in:
@ -448,7 +448,7 @@ static void enumerate_common(char *fname, int bus_no, int host_no,
|
||||
out.channel = channel_no;
|
||||
out.lun = lun_no;
|
||||
|
||||
out.devname = burn_strdup(fname);
|
||||
out.devname = strdup(fname);
|
||||
|
||||
out.cam = NULL;
|
||||
out.lock_fd = -1;
|
||||
|
Reference in New Issue
Block a user