]> git.ipfire.org Git - thirdparty/systemd.git/commit
basic: bitmap - complete fix for bitshift overflow 614/head
authorTom Gundersen <teg@jklm.no>
Fri, 17 Jul 2015 16:30:41 +0000 (18:30 +0200)
committerTom Gundersen <teg@jklm.no>
Fri, 17 Jul 2015 16:59:16 +0000 (18:59 +0200)
commitcdf6f5ae0465a8fb25d2afc758911985cc542a07
treefd6a99b9ee96ffdd378d46d16770cedb02b96ae0
parent511ed7991737dc567bef51a8051a1a577fa18e05
basic: bitmap - complete fix for bitshift overflow

The bug found by David existed in several places, fix them all. Also
extend the tests to cover these cases.
src/basic/bitmap.c
src/test/test-bitmap.c