View Issue Details

IDProjectCategoryView StatusLast Update
0002614GNUnetGNSpublic2012-11-05 18:33
ReporterMatthias Wachs Assigned ToChristian Grothoff  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionno change required 
Product VersionGit master 
Target Version0.9.4Fixed in Version0.9.4 
Summary0002614: Invalid read in GNUNET_DNSPARSER_pack
Descriptiontest_gns_ns_lookup:

Nov 05 13:18:05-282205 gns-10704 DEBUG GNS_PHASE_REC_DNS-0: Looking up www.gnunet.org from 216.69.185.1
==10704== Invalid read of size 4
==10704== at 0x6F497B5: idna_to_ascii_4z (in /usr/lib/x86_64-linux-gnu/libidn.so.11.6.6)
==10704== by 0x6F49A44: idna_to_ascii_8z (in /usr/lib/x86_64-linux-gnu/libidn.so.11.6.6)
==10704== by 0x56B65DE: add_name (dnsparser.c:581)
==10704== by 0x56B682E: add_query (dnsparser.c:648)
==10704== by 0x56B6F7B: GNUNET_DNSPARSER_pack (dnsparser.c:903)
==10704== by 0x40CF8C: resolve_record_dns (gnunet-service-gns_resolver.c:1729)
==10704== by 0x411CE8: handle_delegation_ns (gnunet-service-gns_resolver.c:2956)
==10704== by 0x412823: process_delegation_result_ns (gnunet-service-gns_resolver.c:3153)
==10704== by 0x5AC41F4: handle_lookup_name_response (namestore_api.c:319)
==10704== by 0x5AC4E24: manage_record_operations (namestore_api.c:542)
==10704== by 0x5AC5C68: process_namestore_message (namestore_api.c:725)
==10704== by 0x504C27B: receive_task (client.c:597)
==10704== Address 0x75d3b88 is 8 bytes inside a block of size 11 alloc'd
==10704== at 0x4C2B7B2: realloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==10704== by 0x6F49819: idna_to_ascii_4z (in /usr/lib/x86_64-linux-gnu/libidn.so.11.6.6)
==10704== by 0x6F49A44: idna_to_ascii_8z (in /usr/lib/x86_64-linux-gnu/libidn.so.11.6.6)
==10704== by 0x56B65DE: add_name (dnsparser.c:581)
==10704== by 0x56B682E: add_query (dnsparser.c:648)
==10704== by 0x56B6F7B: GNUNET_DNSPARSER_pack (dnsparser.c:903)
==10704== by 0x40CF8C: resolve_record_dns (gnunet-service-gns_resolver.c:1729)
==10704== by 0x411CE8: handle_delegation_ns (gnunet-service-gns_resolver.c:2956)
==10704== by 0x412823: process_delegation_result_ns (gnunet-service-gns_resolver.c:3153)
==10704== by 0x5AC41F4: handle_lookup_name_response (namestore_api.c:319)
==10704== by 0x5AC4E24: manage_record_operations (namestore_api.c:542)
==10704== by 0x5AC5C68: process_namestore_message (namestore_api.c:725)
==10704==
TagsNo tags attached.

Issue History

Date Modified Username Field Change
2012-11-05 13:20 Matthias Wachs New Issue
2012-11-05 13:20 Matthias Wachs Status new => assigned
2012-11-05 13:20 Matthias Wachs Assigned To => schanzen
2012-11-05 14:20 Christian Grothoff Note Added: 0006522
2012-11-05 14:20 Christian Grothoff Assigned To schanzen => Christian Grothoff
2012-11-05 14:20 Christian Grothoff Status assigned => resolved
2012-11-05 14:20 Christian Grothoff Resolution open => no change required
2012-11-05 14:20 Christian Grothoff Fixed in Version => 0.9.4
2012-11-05 14:20 Christian Grothoff Description Updated
2012-11-05 18:33 Christian Grothoff Status resolved => closed