GNU bug report logs - #4992
Invalid use of strcpy() in etags

Previous Next

Package: emacs;

Reported by: Tobias Ringström <tobias <at> ringis.se>

Date: Fri, 20 Nov 2009 15:50:04 UTC

Severity: normal

Done: Jan Djärv <jan.h.d <at> swipnet.se>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Tobias Ringström <tobias <at> ringis.se>
To: bug-gnu-emacs <at> gnu.org
Subject: bug#4992: Invalid use of strcpy() in etags
Date: Fri, 20 Nov 2009 16:43:05 +0100
[Message part 1 (text/plain, inline)]
The function absolute_filename() lib-src/etags.c has two invalid calls 
to strcpy() with overlapping arguments. It's undefined C that often 
happens to work, but breaks very badly for at least gcc 4.4.2 and glibc 
2.11 on x86_64, which is default for Fedora 12.

The attached patch replaces the bogus strcpy() calls with calls to 
memmove().

/Tobias

[emacs-23.1-strcpy-bug.patch (text/plain, attachment)]

This bug report was last modified 15 years and 186 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.