Home GnuPG
Diffusion GpgOL 2aa65cb3d86d

Fix check for debug levels for string debug

Description

Fix check for debug levels for string debug

* src/w32-gettext.h (wchar_to_utf8, utf8_to_wchar): Fix enable_debug
check.

The broken logic caused the string debugging to be active if one
of the debug levels required was enabled. This caused data
leak even if debug data was disabled.