Your message dated Thu, 02 Aug 2012 11:36:26 +0000
with message-id <[email protected]>
and subject line Bug#683553: Removed package(s) from unstable
has caused the Debian Bug report #511927,
regarding Should use mode argument to open(2) call with O_CREAT
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
511927: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=511927
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: xcdroast
Version: 0.98+0alpha15-11.2
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu jaunty ubuntu-patch

Hi,

When calling open() with the O_CREAT flag a mode needs to be specified
as the third argument, but your package does not do that. Attached is
a patch to specify this mode. Please consider applying it.

Thanks,

James
diff -u xcdroast-0.98+0alpha15/debian/patches/series xcdroast-0.98+0alpha15/debian/patches/series
--- xcdroast-0.98+0alpha15/debian/patches/series
+++ xcdroast-0.98+0alpha15/debian/patches/series
@@ -14,0 +15 @@
+16_open_mode_argument
diff -u xcdroast-0.98+0alpha15/debian/changelog xcdroast-0.98+0alpha15/debian/changelog
only in patch2:
unchanged:
--- xcdroast-0.98+0alpha15.orig/debian/patches/16_open_mode_argument
+++ xcdroast-0.98+0alpha15/debian/patches/16_open_mode_argument
@@ -0,0 +1,13 @@
+Index: xcdroast-0.98+0alpha15/src/io.c
+===================================================================
+--- xcdroast-0.98+0alpha15.orig/src/io.c	2009-01-15 17:11:23.000000000 +0000
++++ xcdroast-0.98+0alpha15/src/io.c	2009-01-15 17:11:28.000000000 +0000
+@@ -4725,7 +4725,7 @@
+ 	dolog(3, "Saving extended output to %s\n", fname);
+ 
+ 	/* write to file */
+-	fd = open(fname,O_WRONLY | O_CREAT);
++	fd = open(fname,O_WRONLY | O_CREAT, 0644);
+ 	if (fd < 0) {
+ 		g_warning("Can't open file %s for writing\n",fname);
+ 		return 1;

--- End Message ---
--- Begin Message ---
Version: 0.98+0alpha16-1+rm

Dear submitter,

as the package xcdroast has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see http://bugs.debian.org/683553

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].

Debian distribution maintenance software
pp.
Alexander Reichle-Schmehl (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to