Am Freitag, 15. November 2013, 07:55:29 schrieb Christian Kanzian:
> Hi,
> 
> I can reproduce the crash with darktable 1.3+1386~ge9a2716 when exporting a
> website-gallery.
> 
> Using the file chooser dialog, the variable $(FILE_NAME) will be added.
> Removing $(FILE_NAME) from the path will avoid a crash.
> 
> Why $(FILE_NAME) is added, if only a dir is needed?
> 
> Change src/imageio/storage/gallery.c line 96 from
> 
>  snprintf(composed, DT_MAX_PATH_LEN, "%s/$(FILE_NAME)", dir);
> 
> to
> 
>   snprintf(composed, DT_MAX_PATH_LEN, "%s/", dir);
> 
> and the path will be as selected in the file chooser dialog.
> 
> However a user could still add $(FILE_NAME) by himself endup in the same
> situation.
> 
> 
> Bug #9447 is also on http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=709174

Thanks for the reminder, I will have a look ASAP.

> Christian

Tobias

Attachment: signature.asc
Description: This is a digitally signed message part.

------------------------------------------------------------------------------
DreamFactory - Open Source REST & JSON Services for HTML5 & Native Apps
OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access
Free app hosting. Or install the open source package on any LAMP server.
Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native!
http://pubads.g.doubleclick.net/gampad/clk?id=63469471&iu=/4140/ostg.clktrk
_______________________________________________
darktable-devel mailing list
darktable-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/darktable-devel

Reply via email to