Your message dated Thu, 27 Feb 2025 17:13:53 -0700
with message-id <2386711.n0HT0TaD9V@soren-desktop>
and subject line fix uninitialized var
has caused the Debian Bug report #980883,
regarding fix uninitialized var
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
980883: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=980883
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:courier-unicode
Version: 2.1-3
Severity: important
Tags: buster
Description: BUGFIX unicode::iconvert::convert, fix uninitialized
variable. (already soved in bullseye 2.2 but not in stable)
Origin: upstream,
https://github.com/svarshavchik/courier-libs/commit/181c424a834d13a27e6026d4d05ac49230372aba#diff-2fcf76a4c3c75b1fb5288d83d62dd114dc556d16fba206ab35d38bfe294a2857
--- courier-unicode-2.1.orig/unicodecpp.C
+++ courier-unicode-2.1/unicodecpp.C
@@ -180,7 +180,10 @@ std::string unicode::iconvert::convert(c
int err;
if (uc.empty())
+ {
+ errflag=false;
return buf;
+ }
if (unicode_convert_fromu_tobuf(&uc[0], uc.size(),
dstcharset.c_str(), &c, &csize,
Lenz McKAY Gerardo (PICCORO)
http://qgqlochekone.blogspot.com
--- End Message ---
--- Begin Message ---
I am closing this bug as it is no longer possible to
target changes to bullseye.
--
Soren Stoutner
so...@debian.org
signature.asc
Description: This is a digitally signed message part.
--- End Message ---