To: vim_dev@googlegroups.com Subject: Patch 8.2.4779 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.4779 Problem: lsan suppression is too version specific. Solution: Leave out the version number. (Christian Brabandt, closes #10214) Files: src/testdir/lsan-suppress.txt *** ../vim-8.2.4778/src/testdir/lsan-suppress.txt 2022-04-16 20:04:26.174152095 +0100 --- src/testdir/lsan-suppress.txt 2022-04-17 21:35:45.744932726 +0100 *************** *** 4,11 **** leak:libcairo.so.2 leak:libfontconfig.so.1 leak:libglib-2.0.so.0 ! leak:libtinfo.so.5 ! leak:libtinfo.so.6 # Suppress leaks from other language libraries. leak:libperl.so.* leak:libpython*.so.* --- 4,11 ---- leak:libcairo.so.2 leak:libfontconfig.so.1 leak:libglib-2.0.so.0 ! # Matches leaks from libtinfo.so.5 and .6 ! leak:libtinfo.so # Suppress leaks from other language libraries. leak:libperl.so.* leak:libpython*.so.* *** ../vim-8.2.4778/src/version.c 2022-04-17 21:15:27.125289777 +0100 --- src/version.c 2022-04-17 21:36:17.688923529 +0100 *************** *** 748,749 **** --- 748,751 ---- { /* Add new patch number below this line */ + /**/ + 4779, /**/ -- hundred-and-one symptoms of being an internet addict: 19. All of your friends have an @ in their names. /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// \\\ \\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///