]> git.ipfire.org Git - thirdparty/bacula.git/commit
Check if char **jobid parameter is NULL before to modify it in bvfs_parse_arg_version()
authorAlain Spineux <alain@baculasystems.com>
Fri, 19 Feb 2021 09:58:22 +0000 (10:58 +0100)
committerEric Bollengier <eric@baculasystems.com>
Thu, 24 Mar 2022 08:03:01 +0000 (09:03 +0100)
commit0bdbede95f6dcdcba175b8a34cc8ee37f134ee93
tree1a761f3a453b5a65b63a722d5d341026cd430db4
parent1d34e10c4a64163584ffbffe0e821fbca353ad3a
Check if char **jobid parameter is NULL before to modify it in bvfs_parse_arg_version()

- it looks like the function can handle a NULL parameter, som lines above
  and below does the check, it looks right to do it everywhere before to
  modify jobid
bacula/src/dird/ua_dotcmds.c