]> sourceware.org Git - systemtap.git/commit
Fix uninitialized variable warning in __stp_call_mmap_callbacks_with_addr
authorWade Farnsworth <wade_farnsworth@mentor.com>
Thu, 3 Nov 2011 18:10:26 +0000 (11:10 -0700)
committerMark Wielaard <mjw@redhat.com>
Fri, 4 Nov 2011 09:44:21 +0000 (10:44 +0100)
commit090a235b7bb55d0f8b5c1fa4ede850cad77b30fa
tree8047fd705bf2362756e7ca19ade177becd4887e6
parent71dd7f7454d7f3d005c6eceb94b284891c69fa72
Fix uninitialized variable warning in __stp_call_mmap_callbacks_with_addr

When compiling a tapset, gcc complains that dentry may be used uninitialized in
this function.  Initialize it to NULL to prevent this.

Signed-off-by: Wade Farnsworth <wade_farnsworth@mentor.com>
runtime/task_finder.c
This page took 0.027332 seconds and 5 git commands to generate.