]> git.ipfire.org Git - thirdparty/bacula.git/commit
win32: Fix backup issue with path > 250 char
authorAlain Spineux <alain@baculasystems.com>
Fri, 27 Apr 2018 17:19:38 +0000 (19:19 +0200)
committerKern Sibbald <kern@sibbald.com>
Sun, 1 Jul 2018 11:02:18 +0000 (13:02 +0200)
commit2a1e95c1d3c3b9a5f265ed563c3d297b99dee944
treee50bfff9571b36c4765db9d1c4052f2dcb9116b3
parent961f3ee3ea7a15319c7ebcfa8975fa1fb19968ba
win32: Fix backup issue with path > 250 char

- when a path > 250, some snapshot related POOLMEM inside FF_PKT are
  enlarged, but the FF_PKT copy done before to jump into a dir stil use
  the old POOLMEM
bacula/src/findlib/find_one.c