Bug fix: Seg fault in copy/move dialog
authorColin Clark <cclark@mcb.net>
Wed, 22 Mar 2017 14:33:48 +0000 (14:33 +0000)
committerColin Clark <cclark@mcb.net>
Wed, 22 Mar 2017 14:33:48 +0000 (14:33 +0000)
commite08195b8e7b501010fbed20bb45363d38bb7e338
treef668fb8cacdf1dd5c2683d9b599a6665a8a24a31
parente498f547a95eda6d860c75ec058e145521af045e
Bug fix: Seg fault in copy/move dialog

If a non-existant folder is entered as the destination in a copy/move
operation, Geeqie will crash.

Check for NULL returned from registered_extension_from_path()
src/ui_fileops.c