emacs-devel
[Top][All Lists]
Advanced

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

Re: Security flaw in EDE; new release plans


From: Glenn Morris
Subject: Re: Security flaw in EDE; new release plans
Date: Wed, 11 Jan 2012 03:10:20 -0500
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

Chong Yidong wrote:

> This sounds desirable, but the discussion in that bug is not as concrete
> as I'd like.  What's the specific patch you're taking about?

(untested)

*** configure.in        2012-01-11 07:52:35 +0000
--- configure.in        2012-01-11 08:06:35 +0000
***************
*** 3103,3109 ****
  # the C preprocessor to some helpful value like 1, or maybe the empty
  # string.  Needless to say consequent macro substitutions are less
  # than conducive to the makefile finding the correct directory.
! [cpp_undefs="`echo $srcdir $configuration $canonical unix |
    sed -e 's/[^a-zA-Z0-9_]/ /g' -e 's/^/ /' -e 's/  *$//' \
    -e 's/  */ -U/g' -e 's/-U[0-9][^ ]*//g'`"]
  
--- 3103,3116 ----
  # the C preprocessor to some helpful value like 1, or maybe the empty
  # string.  Needless to say consequent macro substitutions are less
  # than conducive to the makefile finding the correct directory.
! 
! [
! case $canonical in
!      i[456]86-*) extra_undefs=i386 ;;
!      *) extra_undefs= ;;
! esac
! 
! cpp_undefs="`echo $srcdir $configuration $canonical unix $extra_undefs |
    sed -e 's/[^a-zA-Z0-9_]/ /g' -e 's/^/ /' -e 's/  *$//' \
    -e 's/  */ -U/g' -e 's/-U[0-9][^ ]*//g'`"]
  

> BTW, would you mind updating the copyright years on the emacs-23 branch?

:(



reply via email to

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