Your message dated Sun, 16 Jun 2024 01:46:33 +0000
with message-id <e1sieyx-009bul...@fasolo.debian.org>
and subject line Bug#1073277: Removed package(s) from unstable
has caused the Debian Bug report #753298,
regarding ramond: setenv("FOO", NULL) results in a mangled environment for the 
child process that ramond forks
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.)


-- 
753298: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=753298
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: ramond
Version: 0.5-4
Severity: important
Tags: patch

Dear Maintainer,

ramond runs a process when it detects a problem. remond send the prefix
detected to the child via environment vairables. If the Rogue Router
Announcement does not contain a prefix the enviromnent vairables are
garbled. changing setenv("FOO", NULL) to setenv("FOO", "") fixes it.

-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.14-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages ramond depends on:
ii  libapr1     1.5.1-2
ii  libc6       2.19-4
ii  libpcap0.8  1.5.3-4
ii  libxml2     2.9.1+dfsg1-3
ii  zlib1g      1:1.2.8.dfsg-1

ramond recommends no packages.

ramond suggests no packages.

-- no debconf information
--- ramond-0.5.orig/src/main.c
+++ ramond-0.5/src/main.c
@@ -567,8 +567,8 @@ void executeActions(struct rule *this_ru
 	}
 	else
 	{
-		setenv("PREFIX", NULL, 1);
-		setenv("PREFIX_LEN", NULL, 1);
+		setenv("PREFIX", "", 1);
+		setenv("PREFIX_LEN", "", 1);
 	}
 
 	setenv("SOURCE_ADDR", data->from_str, 1);

--- End Message ---
--- Begin Message ---
Version: 0.5-6+rm

Dear submitter,

as the package ramond has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/1073277

The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to