Skip to content

Check pointer before strcmp() call

Geyslan requested to merge geyslan/brasero:geyslan into master

The strcmp() call crashes with a NULL returned by nautilus_file_info_get_uri_scheme() when treating a malformed URI.

The conditional check avoids it.

Signed-off-by: Geyslan geyslan@gmail.com

Edited by Geyslan

Merge request reports