commit | 9367964ae21d2a41517c76c87dd26c79abcfe937 | [log] [tgz] |
---|---|---|
author | Jan Kiszka <jan.kiszka@siemens.com> | Wed Jun 24 14:42:30 2009 +0200 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Mon Jun 29 08:52:47 2009 -0500 |
tree | c888654b95b43ec9cef82dd5af662cae2b45badf | |
parent | 20c24bf24ddf91fd9ab5d827fdd0fe14397de412 [diff] |
slirp: tftp: Rework filename handling This changes the filename handling from a static buffer in tftp_session for the client-provided name + prefix to a dynamically allocated buffer that keeps the combined path in one place. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>