- Ensure in make_file() that we can't make a name that overflows
authorWayne Davison <wayned@samba.org>
Thu, 22 Jan 2004 04:38:17 +0000 (04:38 +0000)
committerWayne Davison <wayned@samba.org>
Thu, 22 Jan 2004 04:38:17 +0000 (04:38 +0000)
commit882e68931246958a37c63c557d6f758356bd92d9
treea89668f29b19f7eb27c753becaa7863a32cfcd4b
parentb0a93231cf0201553760b5777b6875e774735e6c
- Ensure in make_file() that we can't make a name that overflows
  our buffers (note that receive_file_entry() already does this).
- Changed f_name_to() to not do any length checking since it is
  now redundant.
flist.c