mirror of
https://github.com/samba-team/samba.git
synced 2025-01-10 01:18:15 +03:00
tevent: fix CID 1437974 dereference after null check
Probably a copy/paste error from the tevent_debug() statement a few lines above as at this place we want to pass main_ev directly to tevent_debug() anyway. Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org> Autobuild-User(master): Volker Lendecke <vl@samba.org> Autobuild-Date(master): Tue Jul 17 16:21:21 CEST 2018 on sn-devel-144
This commit is contained in:
parent
3761d42e4f
commit
ba991da434
@ -347,7 +347,7 @@ struct tevent_context *_tevent_context_wrapper_create(struct tevent_context *mai
|
||||
/*
|
||||
* wrappers conflict with nesting
|
||||
*/
|
||||
tevent_debug(main_ev->wrapper.glue->main_ev, TEVENT_DEBUG_FATAL,
|
||||
tevent_debug(main_ev, TEVENT_DEBUG_FATAL,
|
||||
"%s: %s() conflicts with nesting\n",
|
||||
__func__, location);
|
||||
errno = EINVAL;
|
||||
|
Loading…
Reference in New Issue
Block a user