Page MenuHome GnuPG

GpgOL: Crash when encrypting mail with attachments without filename
Closed, ResolvedPublic

Description

When attachment objects are created they expect a filename and use the unsafe get_oom_string to assign a c pointer directly to a string instead of properly using the safe variant. This would also leak memory.

Revisions and Commits

Event Timeline

aheinecke created this task.

This no longer happens. It was a case of such inline signature images. Maybe if they are added through the clipboard they dont get a filename or something like that.