* [PATCH infiniband-diags 5/6] ibtracert.c: Uninitialized variable
@ 2013-06-12 13:55 Hal Rosenstock
[not found] ` <51B87DE4.3040707-LDSdmyG8hGV8YrgS2mwiifqBs+8SCbDb@public.gmane.org>
0 siblings, 1 reply; 2+ messages in thread
From: Hal Rosenstock @ 2013-06-12 13:55 UTC (permalink / raw)
To: Ira Weiny
Cc: linux-rdma (linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org),
Dan Ben-Yosef
From: Dan Ben Yosef <danby-LDSdmyG8hGV8YrgS2mwiifqBs+8SCbDb@public.gmane.org>
Reading from uninitialized variable
Signed-off-by: Dan Ben Yosef <danby-LDSdmyG8hGV8YrgS2mwiifqBs+8SCbDb@public.gmane.org>
Signed-off-by: Hal Rosenstock <hal-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
---
src/ibtracert.c | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/src/ibtracert.c b/src/ibtracert.c
index cc0ac98..9699ccc 100644
--- a/src/ibtracert.c
+++ b/src/ibtracert.c
@@ -250,6 +250,13 @@ static int find_route(ib_portid_t * from, ib_portid_t * to, int dump)
int maxhops = MAXHOPS;
int portnum, outport;
+ memset(&fromnode,0,sizeof(Node));
+ memset(&tonode,0,sizeof(Node));
+ memset(&nextnode,0,sizeof(Node));
+ memset(&fromport,0,sizeof(Port));
+ memset(&toport,0,sizeof(Port));
+ memset(&nextport,0,sizeof(Port));
+
DEBUG("from %s", portid2str(from));
if (get_node(&fromnode, &fromport, from) < 0 ||
--
1.7.8.2
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH infiniband-diags 5/6] ibtracert.c: Uninitialized variable
[not found] ` <51B87DE4.3040707-LDSdmyG8hGV8YrgS2mwiifqBs+8SCbDb@public.gmane.org>
@ 2013-06-12 21:31 ` Ira Weiny
0 siblings, 0 replies; 2+ messages in thread
From: Ira Weiny @ 2013-06-12 21:31 UTC (permalink / raw)
To: Hal Rosenstock
Cc: linux-rdma (linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org),
Dan Ben-Yosef
On Wed, 12 Jun 2013 09:55:48 -0400
Hal Rosenstock <hal-LDSdmyG8hGV8YrgS2mwiifqBs+8SCbDb@public.gmane.org> wrote:
> From: Dan Ben Yosef <danby-LDSdmyG8hGV8YrgS2mwiifqBs+8SCbDb@public.gmane.org>
Thanks applied!
Ira
>
> Reading from uninitialized variable
>
> Signed-off-by: Dan Ben Yosef <danby-LDSdmyG8hGV8YrgS2mwiifqBs+8SCbDb@public.gmane.org>
> Signed-off-by: Hal Rosenstock <hal-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
> ---
> src/ibtracert.c | 7 +++++++
> 1 files changed, 7 insertions(+), 0 deletions(-)
>
> diff --git a/src/ibtracert.c b/src/ibtracert.c
> index cc0ac98..9699ccc 100644
> --- a/src/ibtracert.c
> +++ b/src/ibtracert.c
> @@ -250,6 +250,13 @@ static int find_route(ib_portid_t * from, ib_portid_t * to, int dump)
> int maxhops = MAXHOPS;
> int portnum, outport;
>
> + memset(&fromnode,0,sizeof(Node));
> + memset(&tonode,0,sizeof(Node));
> + memset(&nextnode,0,sizeof(Node));
> + memset(&fromport,0,sizeof(Port));
> + memset(&toport,0,sizeof(Port));
> + memset(&nextport,0,sizeof(Port));
> +
> DEBUG("from %s", portid2str(from));
>
> if (get_node(&fromnode, &fromport, from) < 0 ||
> --
> 1.7.8.2
>
--
Ira Weiny <ira.weiny-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-06-12 21:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-12 13:55 [PATCH infiniband-diags 5/6] ibtracert.c: Uninitialized variable Hal Rosenstock
[not found] ` <51B87DE4.3040707-LDSdmyG8hGV8YrgS2mwiifqBs+8SCbDb@public.gmane.org>
2013-06-12 21:31 ` Ira Weiny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox