summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/os/timer.c
diff options
context:
space:
mode:
authorJerry Jelinek <jerry.jelinek@joyent.com>2020-01-30 12:31:34 +0000
committerJerry Jelinek <jerry.jelinek@joyent.com>2020-01-30 12:31:34 +0000
commitf0dcd619b1421138ac11033df8e0cf904ba1efcf (patch)
tree2e7668916bdeb41d7b6b70d455b3bea71a9bdc4d /usr/src/uts/common/os/timer.c
parente0823b796aeea75fe40ec8888eb84ca5a25cff39 (diff)
parentc6f039c73ee9eb7e4acb232afaca51cdf9d30ff3 (diff)
downloadillumos-joyent-f0dcd619b1421138ac11033df8e0cf904ba1efcf.tar.gz
[illumos-gate merge]
commit c6f039c73ee9eb7e4acb232afaca51cdf9d30ff3 12172 genunix: variable may be used uninitialized commit 7093fd72e0be9a255aa4b1ed00a701f80699ac7d 12247 vtinfo and vtdaemon are missing CTF data
Diffstat (limited to 'usr/src/uts/common/os/timer.c')
-rw-r--r--usr/src/uts/common/os/timer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/common/os/timer.c b/usr/src/uts/common/os/timer.c
index 5453ebf380..c965db6737 100644
--- a/usr/src/uts/common/os/timer.c
+++ b/usr/src/uts/common/os/timer.c
@@ -422,7 +422,7 @@ timer_signal(sigqueue_t *sigq)
static void
timer_fire(itimer_t *it)
{
- proc_t *p;
+ proc_t *p = NULL;
int proc_lock_held;
if (it->it_flags & IT_SIGNAL) {