Displaying 2 results from an estimated 2 matches for "__wcsnlen_sse4_1".
2020 Jun 09
2
valgrind false positive on R startup?
...and GNU GPL'd, by Julian Seward et al.
==9565== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info
==9565== Command: /home/tdhock/lib/R/bin/exec/R --vanilla -e extSoftVersion()
==9565==
==9565== Conditional jump or move depends on uninitialised value(s)
==9565== at 0x55AB9E0: __wcsnlen_sse4_1 (strlen.S:147)
==9565== by 0x5598EC1: wcsrtombs (wcsrtombs.c:104)
==9565== by 0x551EB20: wcstombs (wcstombs.c:34)
==9565== by 0x50BAA07: wcstombs (stdlib.h:154)
==9565== by 0x50BAA07: tre_parse_bracket_items (tre-parse.c:336)
==9565== by 0x50BAA07: tre_parse_bracket (tre-parse.c:453)...
2020 Jun 10
0
valgrind false positive on R startup?
...ian Seward et al.
> ==9565== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info
> ==9565== Command: /home/tdhock/lib/R/bin/exec/R --vanilla -e extSoftVersion()
> ==9565==
> ==9565== Conditional jump or move depends on uninitialised value(s)
> ==9565== at 0x55AB9E0: __wcsnlen_sse4_1 (strlen.S:147)
> ==9565== by 0x5598EC1: wcsrtombs (wcsrtombs.c:104)
> ==9565== by 0x551EB20: wcstombs (wcstombs.c:34)
> ==9565== by 0x50BAA07: wcstombs (stdlib.h:154)
> ==9565== by 0x50BAA07: tre_parse_bracket_items (tre-parse.c:336)
> ==9565== by 0x50BAA07: tre_parse_...