[Mono-bugs] [Bug 82617][Min] Changed - Wrong file permissions used for the '-win32icon:foo.ico' command line parameter

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Aug 30 06:54:50 EDT 2007


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by andyhume32 at yahoo.co.uk.

http://bugzilla.ximian.com/show_bug.cgi?id=82617

--- shadow/82617	2007-08-29 13:30:03.000000000 -0400
+++ shadow/82617.tmp.13780	2007-08-30 06:54:50.000000000 -0400
@@ -30,6 +30,34 @@
 
 Additional Information:
 Using the latest source from SVN as of today.
 
 ------- Additional Comments From gert.driesen at pandora.be  2007-08-29 13:30 -------
 Fixed in SVN (revision 85008).
+
+------- Additional Comments From andyhume32 at yahoo.co.uk  2007-08-30 06:54 -------
+A grep of the sources suggests there may be a few others like this --
+ 'FileMode.Open' but no 'FileAccess' set.  Should these be read-only 
+too?
+
+mcs/class/ByteFX.Data/mysqlclient/Driver.cs
+483:  fs = new FileStream( filename, FileMode.Open );
+
+mcs/class/corlib/System.Reflection.Emit/AssemblyBuilder.cs
+451:  using (FileStream fs = new FileStream (resourceFileName, 
+FileMode.Open)) {
+[[DONE  543:  using (FileStream fs = new FileStream (iconFileName, 
+FileMode.Open)) {]]
+
+mcs/class/System.Drawing/System.Drawing/Icon2.jvm.cs
+This was also identified in bug 81669 but wasn't changed.  Is this 
+file obsolete perhaps?
+169:  public Icon (string fileName) : this (new FileStream 
+(fileName, FileMode.Open))
+
+mcs/class/System.Web.Services/System.Web.Services.Description/Service
+Description.cs
+266:  return Read (new FileStream (fileName, FileMode.Open));
+
+mcs/class/System.Web.Services/System.Web.Services.Discovery/Discovery
+RequestHandler.cs
+60:  FileStream fs = new FileStream (path, FileMode.Open);


More information about the mono-bugs mailing list