https://bugs.kde.org/show_bug.cgi?id=444431

--- Comment #4 from PQCraft <0456...@gmail.com> ---
and here is an updated output:
```
$ valgrind --leak-check=full --show-leak-kinds=all ./clibasic 
==27401== Memcheck, a memory error detector
==27401== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
==27401== Using Valgrind-3.17.0 and LibVEX; rerun with -h for copyright info
==27401== Command: ./clibasic
==27401== 
CLIBASIC> dim test, 5
==27401== Use of uninitialised value of size 8
==27401==    at 0x48447B2: strlen (vg_replace_strmem.c:469)
==27401==    by 0x4141C7: setVar (clibasic.c:2016)
==27401==    by 0x4181DB: runcmd.part.0 (commands.c:66)
==27401==    by 0x4045BD: runcmd (clibasic.c:3185)
==27401==    by 0x4045BD: main (clibasic.c:1165)
==27401== 
==27401== Use of uninitialised value of size 8
==27401==    at 0x48447C4: strlen (vg_replace_strmem.c:469)
==27401==    by 0x4141C7: setVar (clibasic.c:2016)
==27401==    by 0x4181DB: runcmd.part.0 (commands.c:66)
==27401==    by 0x4045BD: runcmd (clibasic.c:3185)
==27401==    by 0x4045BD: main (clibasic.c:1165)
==27401== 
==27401== Use of uninitialised value of size 8
==27401==    at 0x4B7DA40: __strcpy_avx2 (in /usr/lib/libc-2.33.so)
==27401==    by 0x4141E9: setVar (clibasic.c:2017)
==27401==    by 0x4181DB: runcmd.part.0 (commands.c:66)
==27401==    by 0x4045BD: runcmd (clibasic.c:3185)
==27401==    by 0x4045BD: main (clibasic.c:1165)
==27401== 
==27401== Conditional jump or move depends on uninitialised value(s)
==27401==    at 0x484493D: is_overlap (vg_replace_strmem.c:130)
==27401==    by 0x484493D: strcpy (vg_replace_strmem.c:523)
==27401==    by 0x4141E9: setVar (clibasic.c:2017)
==27401==    by 0x4181DB: runcmd.part.0 (commands.c:66)
==27401==    by 0x4045BD: runcmd (clibasic.c:3185)
==27401==    by 0x4045BD: main (clibasic.c:1165)
==27401== 
==27401== Conditional jump or move depends on uninitialised value(s)
==27401==    at 0x4844942: is_overlap (vg_replace_strmem.c:139)
==27401==    by 0x4844942: is_overlap (vg_replace_strmem.c:126)
==27401==    by 0x4844942: strcpy (vg_replace_strmem.c:523)
==27401==    by 0x4141E9: setVar (clibasic.c:2017)
==27401==    by 0x4181DB: runcmd.part.0 (commands.c:66)
==27401==    by 0x4045BD: runcmd (clibasic.c:3185)
==27401==    by 0x4045BD: main (clibasic.c:1165)
==27401== 
==27401== Conditional jump or move depends on uninitialised value(s)
==27401==    at 0x48449B0: strcpy (vg_replace_strmem.c:523)
==27401==    by 0x4141E9: setVar (clibasic.c:2017)
==27401==    by 0x4181DB: runcmd.part.0 (commands.c:66)
==27401==    by 0x4045BD: runcmd (clibasic.c:3185)
==27401==    by 0x4045BD: main (clibasic.c:1165)
==27401== 
CLIBASIC> 
```

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to