Package: libc6
Version: 2.7-11
Severity: normal
File: libc
Hello
executing this code:
inet_ntop(AF_INET6, &farAddr.sin6_addr, ip_addr, INET6_ADDRSTRLEN);
if the client is using an ipv4 address (this program is using both IPv4
and 6) the resulting string within ip_addr will be something like:
::f
Subject: libc6: wrong result from inet_ntop
Package: libc6
Version: 2.7-11
Severity: normal
*** Please type your report below this line ***
Hello,
am sending this report again because i had no feedback from the 1st sending.
executing this code:
inet_ntop(AF_INET6, &farAddr.sin6_addr, ip_addr, INE
,&locAddr.sin6_addr)==0) {
printf("Invalid IP address: %s\n",ip);
exit(2);
}
it exits.
--
Salvo Tomaselli
/ La Teoria e' quando si sa tutto ma non \
| funziona niente; la Pratica e' quando |
| tutto funzi
no bug.
Just my fault in copying and pasting ipv6 address from a log. i tought
that : was part of the address and not a splitter between fields.
sorry again
--
Salvo Tomaselli
/ La Teoria e' quando si sa tutto ma non \
| funziona niente; la Prat
Package: libc6
Version: 2.9-9
Severity: normal
File: libc
The following code:
if (poll(monitor,1,READ_TIMEOUT)==0) {
r=0;
} else {
r = read(fd,buf->buffer,buf->size);
}
Works as expected (giving up the read a
I am afraid after a suspend2ram it isn't occurring again :-s
--
Salvo Tomaselli
--
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Package: libc6-dev
Version: 2.10.2-9
Severity: normal
I try to compile this:
#include
int main () {
putenv("a=b");
}
And i point out that the include is there as reported by putenv(3) manpage.
But compiling it with:
$ gcc -std=c99 test.c
I obtain:
test.c: In function ‘main’:
test.c:
Package: libc6-dev
Version: 2.24-9
Severity: normal
Dear Maintainer,
See this code:
#include
#define _GNU_SOURCE
#include
int main() {
const char * filename = "cia
ii manpages-dev 4.09-2
-- no debconf information
8 matches
Mail list logo