[Mono-bugs] [Bug 69043][Wis] Changed - We are using strncpy on overlapping strings

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 3 Nov 2004 09:22:42 -0500 (EST)


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 vargaz@gmail.com.

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

--- shadow/69043	2004-11-02 18:20:48.000000000 -0500
+++ shadow/69043.tmp.616	2004-11-03 09:22:42.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 69043
 Product: Mono: Runtime
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Wishlist
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: bmaurer@users.sf.net               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -30,6 +30,10 @@
 /usr/lib/valgrind/vgpreload_addrcheck.so)
 ==21825==    by 0x80F35AB: canonicalize_path (image.c:108)
 ==21825==    by 0x80F4AF0: do_mono_image_open (image.c:816)
 ==21825==    by 0x80F4D5C: mono_image_open (image.c:913)
 
 According to the strncpy manpage, the two strings can't be overlapping.
+
+------- Additional Comments From vargaz@gmail.com  2004-11-03 09:22 -------
+I couldn't reproduce this. What valgrind version are you using and
+what is the testcase ?