1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-10 01:18:15 +03:00

vfs_virusfilter_fsav: Initialize stack pointers per README.Coding

This allows a build with --address-sanitizer

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Alexander Bokovoy <ab@samba.org>
This commit is contained in:
Andrew Bartlett 2018-05-03 14:28:02 +12:00 committed by Alexander Bokovoy
parent ca387c221f
commit 47713d6487

View File

@ -307,7 +307,7 @@ static virusfilter_result virusfilter_fsav_scan(
virusfilter_result result = VIRUSFILTER_RESULT_CLEAN;
char *report = NULL;
char *reply = NULL;
char *reply_token, *reply_saveptr;
char *reply_token = NULL, *reply_saveptr = NULL;
bool ok;
DBG_INFO("Scanning file: %s/%s\n", cwd_fname, fname);