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 -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/20220417203736.2E72E1C0796%40moolenaar.net.