]> git.eshelyaron.com Git - emacs.git/commit
* xrdb.c: Integer and memory overflow issues.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 29 Jul 2011 01:59:57 +0000 (18:59 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 29 Jul 2011 01:59:57 +0000 (18:59 -0700)
commita3d9c2a4ce11ea001c9ac97c8a6fb9a4f9a1d1ac
treef03127ba5f01cc430e93b09d510de01c5631343b
parentc26f25213a70687820290a58189e58e687ef498c
* xrdb.c: Integer and memory overflow issues.

(magic_file_p): Plug memory leak on size overflow.
(get_environ_db): Don't assume path length fits in int,
as sprintf is limited to int lengths.
src/ChangeLog
src/xrdb.c