[Mono-bugs] [Bug 27691][Maj] Changed - Possible buffer overflow in runtime io-layer/handles.c (occurs with FreeBSD 4.5)

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
12 Jul 2002 01:48:47 -0000


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 miguel@ximian.com.

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

--- shadow/27691	Thu Jul 11 21:37:43 2002
+++ shadow/27691.tmp.18713	Thu Jul 11 21:48:47 2002
@@ -1,13 +1,13 @@
 Bug#: 27691
 Product: Mono/Runtime
 Version: unspecified
 OS: other
 OS Details: FreeBSD 4.5
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: 008 One day
 Priority: Major
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: logic@phayze.com               
 QAContact: mono-bugs@ximian.com
@@ -45,6 +45,9 @@
 
 Line 109 of io-layer/handles.c: the size of the memcpy should be sizeof
 (shared_socket_address.sun_path) instead of hardcoded to 108. On my 
 FreeBSD 4.5 system, the first arg's size is 104, and the memcpy overwrites 
 local variables in the caller's context. I changed it to the sizeof() on 
 my local copy and recompiled, and mint worked properly.
+
+------- Additional Comments From miguel@ximian.com  2002-07-11 21:48 -------
+Bug fixed on CVS