libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: escape shell meta-chars in tag variable comments [libtool--release-


From: Gary V. Vaughan
Subject: FYI: escape shell meta-chars in tag variable comments [libtool--release--2.0--patch-10]
Date: Thu, 7 Oct 2004 03:19:30 +0100 (BST)
User-agent: mailnotify/0.3

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Applied to branch-2-0.

  * looking for address@hidden/libtool--release--2.0--patch-9 to compare with
  * comparing to address@hidden/libtool--release--2.0--patch-9
  A/ {arch}/libtool/libtool--work
  A/ {arch}/libtool/libtool--work/libtool--work--2.0
  A/ {arch}/libtool/libtool--work/libtool--work--2.0/address@hidden
  A/ {arch}/libtool/libtool--work/libtool--work--2.0/address@hidden/patch-log
  A  
{arch}/libtool/libtool--work/libtool--work--2.0/address@hidden/patch-log/patch-1
  M  ChangeLog
  M  m4/libtool.m4
  
  * modified files
  
  Index: Changelog
  from  Gary V. Vaughan  <address@hidden>
  
        * m4/libtool.m4 (_LT_FORMAT_COMMENT): Shell meta-characters in
        _LT_DECL descriptions were not being escaped before injection into
        TAG CONFIG here documents in config.status.
  
  --- orig/m4/libtool.m4
  +++ mod/m4/libtool.m4
  @@ -261,7 +261,8 @@
   # full-stop to the whole comment if one is not present already.
   m4_define([_LT_FORMAT_COMMENT],
   [m4_ifval([$1], [
  -m4_bpatsubst([$1], [^ *], [# ])]m4_bmatch([$1], [[!?.]$], [], [.])
  +m4_bpatsubst([m4_bpatsubst([$1], [^ *], [# ])],
  +              [['`$\]], [\\\&])]m4_bmatch([$1], [[!?.]$], [], [.])
   )])
   
   
  
  
- -- 
Gary V. Vaughan      ())_.  address@hidden,gnu.org}
Research Scientist   ( '/   http://tkd.kicks-ass.net
GNU Hacker           / )=   http://www.gnu.org/software/libtool
Technical Author   `(_~)_   http://sources.redhat.com/autobook
_________________________________________________________
This patch notification generated by tlaapply version 0.6
http://tkd.kicks-ass.net/arch/address@hidden/cvs-utils--tla--1.0
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (Darwin)

iD8DBQFBZKeyFRMICSmD1gYRAm6FAJwOrciCgfqPEl0x83rTuCZPchRpRQCeO9Cp
wcJHqFlzAlTZNIaa5hcaFKQ=
=TG5V
-----END PGP SIGNATURE-----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]