]> git.puffer.fish Git - mirror/frr.git/commit
lib: ensure locals are inited to NULL 11884/head
authorMark Stapp <mstapp@nvidia.com>
Wed, 31 Aug 2022 15:47:39 +0000 (11:47 -0400)
committerMark Stapp <mstapp@nvidia.com>
Wed, 31 Aug 2022 15:47:39 +0000 (11:47 -0400)
commit7e93a54c6c65cff58eb42d5f0f81bd9fac42af8d
tree145aa2f8c33ba0542455ddc3756115299fd44daa
parent9e7103f6b7515ac859ce0b61597129634cff6d3e
lib: ensure locals are inited to NULL

A couple of pointers in do_thread_cancel() we only inited at
the start of the function; make sure they're inited during
each iteration of the loop.

Signed-off-by: Mark Stapp <mstapp@nvidia.com>
lib/thread.c