commit | 79ad27982af1440a841298b684d94732ae07d003 | [log] [tgz] |
---|---|---|
author | paul <paul> | Wed Oct 15 22:09:28 2003 +0000 |
committer | paul <paul> | Wed Oct 15 22:09:28 2003 +0000 |
tree | 38396c6632528ac715d098fc15fb7c9496be0ea6 | |
parent | affe1d9c7f333e0d0373505c4a57994ab1a03822 [diff] |
2003-10-15 Paul Jakma <paul@dishone.st> * lib/vty.c: (vty_save_cwd) dont crash if getcwd fails. try fallback to SYSCONFDIR. Allocate cwd from the stack rather than relying on (non-portable) getcwd() allocation (which we didnt seem to be freeing).