mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 23:16:33 -04:00
(if the cdrecord binary is suid 0). For more information about this, feel free to take a look at http://marc.theaimsgroup.com/?l=bugtraq&m=105285564307225&w=2 Approved by: maintainer hasn't responded within 3 days, alex (mentor)
11 lines
330 B
C
11 lines
330 B
C
--- libscg/scsiopen.c.orig Tue May 20 21:47:41 2003
|
|
+++ libscg/scsiopen.c Tue May 20 21:48:28 2003
|
|
@@ -270,7 +270,7 @@
|
|
}
|
|
if (scg__open(scgp, devname) <= 0) {
|
|
if (errs && scgp->errstr)
|
|
- js_snprintf(errs, slen, scgp->errstr);
|
|
+ js_snprintf(errs, slen, "%s", scgp->errstr);
|
|
scg_sfree(scgp);
|
|
return ((SCSI *)0);
|
|
}
|