https://bugzilla.novell.com/show_bug.cgi?id=641915

https://bugzilla.novell.com/show_bug.cgi?id=641915#c3


--- Comment #3 from Richard Brooksby <[email protected]> 2010-09-27 12:11:31 
UTC ---
Hi Miguel.  You missed the point.

d1/ex.c:

// ex.c 
void stuff () { printf ("hola\n"); }

d2/ex.c:

// ex.c 
void stuff () { printf ("you've been hacked\n"); }

$ cd d1
$ mono a.exe
hola
$ cd ../d2
$ mono ../d1/a.exe
you've been hacked

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to