GPGME, w32: Mem leak in _gpgme_io_spawn
Closed, ResolvedPublic

Assigned To
Authored By
aheinecke
Oct 29 2018, 5:39 PM
Subscribers

Description

In w32-io.c _gpgme_io_spawn a temporary file name "tmp_name" is created with "_gpgme_mkstemp" which allocates memory with gpgme_strconcat.

I do not think that this memory is ever release.

Revisions and Commits

Related Objects