Bug#704598: libc0.1-dev: sys/mount.h requires C99

2013-04-03 Thread Pino Toscano
Package: libc0.1-dev Version: 2.13-38 Severity: normal Hi, currently, using sys/mount.h provided on kFreeBSD by glibc requires compiling it with C99. Basically, compiling a very tiny test case like: vvv #include sys/mount.h int main(){return 0;} ^^ $ gcc -D_BSD_SOURCE -std=c90

Bug#704598: libc0.1-dev: sys/mount.h requires C99

2013-04-03 Thread Steven Chamberlain
Hi Pino, $ gcc -D_BSD_SOURCE -std=c90 -o mount mount.c Do any packages actually do this? Compile with -std=c90 or -ansi or -std and use this header? Regards, -- Steven Chamberlain ste...@pyro.eu.org -- To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org with a subject of

Bug#704623: eglibc: CVE-2013-1914: getaddrinfo() stack overflow

2013-04-03 Thread Salvatore Bonaccorso
Package: eglibc Severity: important Tags: security upstream Hi, the following vulnerability was published for eglibc. CVE-2013-1914[0]: getaddrinfo() stack overflow If you fix the vulnerability please also make sure to include the CVE (Common Vulnerabilities Exposures) id in your changelog

Bug#704598: libc0.1-dev: sys/mount.h requires C99

2013-04-03 Thread Pino Toscano
Alle mercoledì 3 aprile 2013, Steven Chamberlain ha scritto: $ gcc -D_BSD_SOURCE -std=c90 -o mount mount.c Do any packages actually do this? Compile with -std=c90 or -ansi or -std and use this header? This breaks the sys/mount.h detection done by kdelibs, which forces c90 to stay