diff options
| author | Francesco Potortì | 2002-06-05 12:10:26 +0000 |
|---|---|---|
| committer | Francesco Potortì | 2002-06-05 12:10:26 +0000 |
| commit | 50496bd978159deaa1f18136e25eb7b5ae1043f2 (patch) | |
| tree | da4c9f4c8b02dd533e2e655a3b0ea06b24fa798e /lib-src/ChangeLog | |
| parent | 382f558bf2d31a5520963626ff4c05dbc7d1ec17 (diff) | |
| download | emacs-50496bd978159deaa1f18136e25eb7b5ae1043f2.tar.gz emacs-50496bd978159deaa1f18136e25eb7b5ae1043f2.zip | |
(main): Avoid a buffer overrun with sprintf.
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 71ac022f1fa..9e5b38a417a 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2002-06-05 Francesco Potorti` <pot@gnu.org> | ||
| 2 | |||
| 3 | * etags.c (main): Avoid a buffer overrun with sprintf. | ||
| 4 | |||
| 1 | 2002-05-30 Richard M. Stallman <rms@gnu.org> | 5 | 2002-05-30 Richard M. Stallman <rms@gnu.org> |
| 2 | 6 | ||
| 3 | * Makefile.in (LIBS_MAIL): Renamed from LIB_MAIL. | 7 | * Makefile.in (LIBS_MAIL): Renamed from LIB_MAIL. |
| @@ -22,7 +26,7 @@ | |||
| 22 | * Makefile.in (${archlibdir}): Don't conditionalize on | 26 | * Makefile.in (${archlibdir}): Don't conditionalize on |
| 23 | HAVE_SHARED_GAME_DIR. Instead, test at installation time whether | 27 | HAVE_SHARED_GAME_DIR. Instead, test at installation time whether |
| 24 | or not we have access to the specified game user. | 28 | or not we have access to the specified game user. |
| 25 | 29 | ||
| 26 | * update-game-score.c (SCORE_FILE_PREFIX): Delete. | 30 | * update-game-score.c (SCORE_FILE_PREFIX): Delete. |
| 27 | (main): New argument -d, for specifying directory. | 31 | (main): New argument -d, for specifying directory. |
| 28 | (usage): Document. | 32 | (usage): Document. |