diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2005-10-16 07:41:55 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2005-10-16 07:41:55 +0000 |
commit | 40a3261d1a6e2617f6afde0cd6d762a7e211af7a (patch) | |
tree | d70bbf882801af3a4e58dde3ed6a1da1849479d4 /editors/emacs22/files/patch-lisp:vc-hooks.el | |
parent | Fix the string format vulnerability desribed at (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_6_0_0'.release/6.0.0
Diffstat (limited to 'editors/emacs22/files/patch-lisp:vc-hooks.el')
-rw-r--r-- | editors/emacs22/files/patch-lisp:vc-hooks.el | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/editors/emacs22/files/patch-lisp:vc-hooks.el b/editors/emacs22/files/patch-lisp:vc-hooks.el deleted file mode 100644 index 8675c85f9e37..000000000000 --- a/editors/emacs22/files/patch-lisp:vc-hooks.el +++ /dev/null @@ -1,24 +0,0 @@ ---- lisp/vc-hooks.el.orig Mon Nov 12 23:37:38 2001 -+++ lisp/vc-hooks.el Tue Nov 13 12:56:08 2001 -@@ -475,10 +475,9 @@ - (if regexp - (concat (regexp-quote (file-name-nondirectory file)) - "\\.~[0-9.]+" (unless manual "\\.") "~") -- (expand-file-name (concat (file-name-nondirectory file) -- ".~" (or rev (vc-workfile-version file)) -- (unless manual ".") "~") -- (file-name-directory file)))) -+ (concat (make-backup-file-name-1 file) -+ ".~" (or rev (vc-workfile-version file)) -+ (unless manual ".") "~"))) - - (defun vc-delete-automatic-version-backups (file) - "Delete all existing automatic version backups for FILE." -@@ -509,6 +508,7 @@ - (vc-up-to-date-p file) - (eq (vc-checkout-model file) 'implicit) - (vc-call make-version-backups-p file) -+ vc-make-backup-files - (vc-make-version-backup file)))) - - (defun vc-after-save () |