]> git.earman.xyz Git - sensor-watch.git/commit
Merge pull request #336 from theAlexes/theAlexes/sanitize
authorWesley Aptekar-Cassels <me@wesleyac.com>
Thu, 7 Dec 2023 02:49:58 +0000 (21:49 -0500)
committerGitHub <noreply@github.com>
Thu, 7 Dec 2023 02:49:58 +0000 (21:49 -0500)
commit63d6bc6aa0ddf4cc1ce1918ef7650852a25e581b
tree2bde14499eb063dbb367c2249ff73dd3e182bc2e
parent1b90a4a07a591c6f074eacb0f0dae9cabc7e0f90
parent8206f37fcfc53e27b2ce4801bbaab1a99d48a308
Merge pull request #336 from theAlexes/theAlexes/sanitize

fix undefined behavior found by clang's sanitize

The compiler isn't completely assured of the possible range of this variable. Probably harmless, but it clears up a clang sanitize error.