I'm a bug magnet
I seem to encounter bags of bugs where ever I go.
Right now I managed to generate an exception whose message contains "123NULNULNUL", I don't know how I did it, but it certainly broke NAnt (actually, XPathDocument). Now I've to find out how this has happened.
Update: I found what did it, and that is compare an expected and actual strings, but allocated a buffer according to the expected amount, so when you gave it a shorter string, it happily padded in nulls to the end of the string. Yuck! I thought I was rid of those errors by now.
Comments
Comment preview