Bug#438191: tzdata: gets worse

2007-08-24 Thread Benoît Dejean
Package: tzdata
Version: 2007f-11
Followup-For: Bug #438191

Yes, i saw this bug to.
Now i just upgraded to 2007f-11 which happily deleted my /etc/timezone.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.22.1
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to fr_FR.UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages tzdata depends on:
ii  debconf [debconf-2.0] 1.5.14 Debian configuration management sy

tzdata recommends no packages.

-- debconf information:
  tzdata/Zones/Australia:
  tzdata/Zones/Asia:
  tzdata/Zones/SystemV:
  tzdata/Zones/Pacific:
  tzdata/Zones/Atlantic:
  tzdata/Zones/Canada:
  tzdata/Zones/US:
  tzdata/Zones/Etc:
  tzdata/Zones/Arctic:
  tzdata/Zones/Antarctica:
* tzdata/Zones/Europe: Paris
  tzdata/Zones/Africa:
  tzdata/Zones/America:
* tzdata/Areas: Europe
  tzdata/Zones/Indian:


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#377512: libc6: valgrind warning about getifaddrs

2006-07-09 Thread Benoît Dejean
Package: libc6
Version: 2.3.6-15
Severity: minor

Hi,
using getifaddrs i get the following valgrind warning :

==12949== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==12949==at 0xE633ACC: sendto (socket.S:106)
==12949==by 0xE651F48: __netlink_sendreq (ifaddrs.c:112)
==12949==by 0xE6521E4: __netlink_request (ifaddrs.c:131)
==12949==by 0xE652AD8: getifaddrs (ifaddrs.c:390)

Indeed, ./glibc-2.3.6/sysdeps/unix/sysv/linux/ifaddrs.c:

 92  struct
 93   {
 94 struct nlmsghdr nlh;
 95 struct rtgenmsg g;
 96   } req;
 97   struct sockaddr_nl nladdr;

101
102   req.nlh.nlmsg_len = sizeof (req);
103   req.nlh.nlmsg_type = type;
104   req.nlh.nlmsg_flags = NLM_F_ROOT | NLM_F_MATCH | NLM_F_REQUEST;
105   req.nlh.nlmsg_pid = 0;
106   req.nlh.nlmsg_seq = h->seq;
107   req.g.rtgen_family = AF_UNSPEC;

112   return TEMP_FAILURE_RETRY (__sendto (h->fd, (void *) &req, sizeof (req), 
0,
113(struct sockaddr *) &nladdr,
114sizeof (nladdr)));

some members are not initialized.


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-powerpc
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to fr_FR.UTF-8)

Versions of packages libc6 depends on:
ii  tzdata2006g-2Time Zone and Daylight Saving Time

libc6 recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]