If I call raptor_new_uri with a URI like this: file://c:\foo\bar\x.rfd it crashes somewhere because it tries to call strlen on a null-pointer. I know this URI is not very nice (most likely even invalid), but it doesn't seem right to crash. Is this already fixed in CVS or am I doing something wrong?