[Bug 793703] Re: Format string bug in shtags.pl
Paul White
793703 at bugs.launchpad.net
Tue Dec 5 18:29:14 UTC 2023
Thank you for taking the time to report this bug and helping to make
Ubuntu better. We are sorry that we do not always have the capacity to
review all reported bugs in a timely manner.
I'm closing this bug report as 'Invalid' as no version information was
given for either Vim or Ubuntu and as over twelve years have passed
without comment it is unlikely that an Ubuntu developer will even look
at a bug report which probably needs to be fixed upstream by a Vim
developer.
** Changed in: vim (Ubuntu)
Status: New => Invalid
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to vim in Ubuntu.
https://bugs.launchpad.net/bugs/793703
Title:
Format string bug in shtags.pl
Status in vim package in Ubuntu:
Invalid
Bug description:
Binary package hint: vim-runtime
vim/vim73/tools/shtags.pl have format string bug .
test case :
emanuel at emanuel-desktop:~$ echo 1 > '/tmp/a%n'
emanuel at emanuel-desktop:~$ /usr/share/vim/vim73/tools/shtags.pl '/tmp/a%n'
Modification of a read-only value attempted at /usr/share/vim/vim73/tools/shtags.pl line 142, <> line 1.
the bug can be found at :
printf "Using $shell for $ARGV\n";
fix : use %s for $shell and $ARGV
printf "Using %s for %s\n" , $shell , $ARGV ;
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vim/+bug/793703/+subscriptions
More information about the foundations-bugs
mailing list