GNOME Bugzilla – Bug 723374
Check for WritableContainer instance only just before adding reference
Last modified: 2014-06-14 14:31:52 UTC
Created attachment 267736 [details] [review] Check WritableContainer before adding reference. Current logic of fetch_container () in rygel-reference-creator checks for WritableContainer instance way before attempting to add a reference to a container. Moved the logic to check for WritableContainer just before trying to add reference to the container. This fix allows CTT 7.2.16.1 to pass from warning.
I'm a bit lost, what exact error this is fixing? What are we returning, what does DLNA expect us to return?
Created attachment 278444 [details] [review] server: Fix order of fetching/adding Signed-off-by: Jens Georg <mail@jensge.org> Other version of the original patch that doesn't create NULL access and potential criticals
Attachment 278444 [details] pushed as 7742b82 - server: Fix order of fetching/adding