]> git.earman.xyz Git - sensor-watch.git/commitdiff
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)
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.


Trivial merge