librdf
librdf copied to clipboard
Fix librdf_new_storage_with_options when options is NULL
librdf_new_storage_with_options segfaults when options is NULL, even though documentation says that is allowed. This PR changes that to behave like librdf_new_storage when options_string is NULL.