xaizek / vifm (License: GPLv2+) (since 2018-12-07)
Vifm is a file manager with curses interface, which provides Vi[m]-like environment for managing objects within file systems, extended with some useful ideas from mutt.
Commit 175ffa79fa226b83b9d3a787e8cc532705a81971

Update .valgrind.supp for glibc on Debian 13
Author: xaizek
Author date (UTC): 2025-11-14 09:56
Committer name: xaizek
Committer date (UTC): 2025-12-21 10:43
Parent(s): b128ec5bbf7978a12d2a9f52d80378392dbf341c
Signing key: 99DC5E4DB05F6BE2
Tree: e5e457ede715e8952aa96a18334c8d7a42ce2a70
File Lines added Lines deleted
src/.valgrind.supp 18 0
File src/.valgrind.supp changed (mode: 100644) (index bef6860d4..79824833b)
22 22 fun:__wcsncmp_avx2 fun:__wcsncmp_avx2
23 23 } }
24 24
25 {
26 wcscat-avx2-wrong-read
27 Memcheck:Addr32
28 fun:__wcscat_avx2
29 }
30
25 31 { {
26 32 wcscmp-wrong-read wcscmp-wrong-read
27 33 Memcheck:Addr8 Memcheck:Addr8
 
56 62 fun:pthread_create* fun:pthread_create*
57 63 } }
58 64
65 {
66 thread-tls-3
67 Memcheck:Leak
68 match-leak-kinds: possible
69 fun:calloc
70 fun:calloc
71 fun:allocate_dtv
72 fun:_dl_allocate_tls
73 fun:allocate_stack
74 fun:pthread_create*
75 }
76
59 77 { {
60 78 there-is-no-leak-of-origin there-is-no-leak-of-origin
61 79 Memcheck:Leak Memcheck:Leak
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/vifm

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/vifm

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master