wget-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Wget-dev] wget2 | WIP: Implementation of -I/-X options (!383)


From: Tim Rühsen
Subject: Re: [Wget-dev] wget2 | WIP: Implementation of -I/-X options (!383)
Date: Sun, 26 Aug 2018 16:57:51 +0000

@darnir Could you please test this via `make check-valgrind` on your system ?

On Debian unstable I see test--include-directory1 and test--exclude-directory1 
fail with
```
==19473== Conditional jump or move depends on uninitialised value(s)
==19473==    at 0x59888DD: __wmemchr_avx2 (memchr-avx2.S:233)
==19473==    by 0x58F7C96: internal_fnwmatch (fnmatch_loop.c:168)
==19473==    by 0x58FAFF3: fnmatch@@GLIBC_2.2.5 (fnmatch.c:434)
==19473==    by 0x11B7A1: in_directory_pattern_list (wget.c:529)
==19473==    by 0x11E2FA: add_url (wget.c:1049)
==19473==    by 0x11EE0E: html_parse (wget.c:2538)
==19473==    by 0x11FC0E: process_response (wget.c:2018)
==19473==    by 0x121BE4: downloader_thread (wget.c:2278)
==19473==    by 0x5813F29: start_thread (pthread_create.c:463)
==19473==    by 0x5924EDE: clone (clone.S:95)
==19473==  Uninitialised value was created by a stack allocation
==19473==    at 0x58FAEE5: fnmatch@@GLIBC_2.2.5 (fnmatch.c:387)
==19473== 
```

I assume this is a valgrind/glibc false positive that has to addressed when it 
swaps into our CI.

-- 
Reply to this email directly or view it on GitLab: 
https://gitlab.com/gnuwget/wget2/merge_requests/383#note_96914652
You're receiving this email because of your account on gitlab.com.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]