Package: gnupg2 Version: 2.1.1 Severity: normal In dotlock.c on line 682-683, close(fd) is attempted. If it succeeds, "goto write_failed" is executed. write_failed explicitly closes fd, leading to a double-close of fd. Thanks, -- -- Joshua Rogers <https://internot.info/>