diff options
author | gdt <gdt> | 2003-12-22 20:18:18 +0000 |
---|---|---|
committer | gdt <gdt> | 2003-12-22 20:18:18 +0000 |
commit | 3dbf99698a3be2e920871c3127ea089e061a127c (patch) | |
tree | 8652a4b960116adc4cade4652729474ced8e5ba9 /lib/ChangeLog | |
parent | aa593d5e2638566ead1e69381e60639550991ff2 (diff) |
Reorder free(f); unlink(f); to unlink before freeing.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 55056864..6e452c3b 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,8 @@ +2003-12-22 Greg Troxel <gdt@fnord.ir.bbn.com> + + * vty.c (vty_use_backup_config): Don't free filenames before using + them for unlink. + 2003-08-20 Yasuhiro Ohara <yasu@sfc.wide.ad.jp> * command.c: Fix <cr> display problem for command line |