lib/util: Fix valgrind error reported on ARM platform
Signed-off-by: Rui Chang <rui.chang@arm.com> Change-Id: I244a1b0350b4426666e390781b500de65d250c09 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/6214 Reviewed-by: Aleksey Marchuk <alexeymar@mellanox.com> Reviewed-by: Changpeng Liu <changpeng.liu@intel.com> Community-CI: Mellanox Build Bot Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
This commit is contained in:
parent
de7f290830
commit
1293377629
@ -85,8 +85,8 @@ int
|
||||
spdk_fd_group_add(struct spdk_fd_group *fgrp,
|
||||
int efd, spdk_fd_fn fn, void *arg)
|
||||
{
|
||||
struct event_handler *ehdlr;
|
||||
struct epoll_event epevent;
|
||||
struct event_handler *ehdlr = NULL;
|
||||
struct epoll_event epevent = {0};
|
||||
int rc;
|
||||
|
||||
/* parameter checking */
|
||||
|
Loading…
Reference in New Issue
Block a user