Patch 8.2.4779

7 views
Skip to first unread message

Bram Moolenaar

unread,
Apr 17, 2022, 4:37:41 PM4/17/22
to vim...@googlegroups.com

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 -- Br...@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 ///
Reply all
Reply to author
Forward
0 new messages