darktable-org / lua-scripts

151 stars 110 forks source link

Handle special characters in windows system calls #437

Closed wpferguson closed 1 month ago

wpferguson commented 7 months ago

lib/dtutils/system - added wrapper functions os_execute and io_popen for the lua functions os.execute and io.popen to ensure proper command sanitization for windows

Fixes #436