]> git.ipfire.org Git - thirdparty/shairport-sync.git/commit
clock_drift could be left uninitialized. 418/head
authorJief <jief@jiefs-mac-pro.home>
Fri, 11 Nov 2016 18:16:47 +0000 (19:16 +0100)
committerJief <jief@jiefs-mac-pro.home>
Fri, 11 Nov 2016 18:16:47 +0000 (19:16 +0100)
commit21025440afeadeb8cee56e6bf47988ab13590370
tree6db061ae2b2b022ac7df9f7df14843ebd1524bb5
parented4f43c030f27afff6075a21c73f29e7a5971726
clock_drift could be left uninitialized.

clock_drift redeclared instead of initialized with "uint64_t clock_drift
= 0".
I think this is the correction.
rtp.c