]> git.ipfire.org Git - thirdparty/samba.git/commit
VFS: default: avoid a crash in vfswrap_getxattrat_do_sync()
authorRalph Boehme <slow@samba.org>
Mon, 24 Feb 2020 13:29:01 +0000 (14:29 +0100)
committerJeremy Allison <jra@samba.org>
Tue, 25 Feb 2020 17:44:44 +0000 (17:44 +0000)
commitcbca811212a930b94f9917e5a82b6a95ab085e91
tree3eed6bac27618a11c8ac011cd58769a3f6df3845
parent99873724cd493366c9957fd9fe230d52a6f02691
VFS: default: avoid a crash in vfswrap_getxattrat_do_sync()

Must use tevent_req_data() to get our tevent_req state, talloc_get_type_abort()
will just crash as struct tevent_req != struct vfswrap_getxattrat_state.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=14293

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/modules/vfs_default.c