Hello! > Should the daemon be able to handle malfunctioning/malacious clients > or should it just trust the clients are correct? Right now its the > latter and it will fail missirable if received packages are > malformed. Shall I prepare a patch to make it more robust?
In general, I think that making the code more robust will always be a plus: handling more error conditions, buggy code or older buggy versions. I am not sure we will run into the malicious case (I have not taken a look at how it works, so it is hard for me to tell), but in general, I think that doing things more robustly is important. Miguel. _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
