Skip to content

libdocument: Fix temp file creation

Christian Persch requested to merge wip/chpe/issue-988 into master

Add missing flags, and make the decompressor create non-CLOEXEC temp files since the FD will be passed to the spawned decompressor binary.

Fixes #988 (closed)

Merge request reports