[Scummvm-cvs-logs] scummvm master -> 42b39cb7ec6bdac7e3b53855aadc547743fe97bf

DrMcCoy drmccoy at drmccoy.de
Fri Oct 21 00:33:17 CEST 2011


This automated email contains information about 2 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
657ee2da59 COMMON: Fix potential UB while shifting Common::BitStream
42b39cb7ec COMMON: Extend some method comments in Common::BitStream


Commit: 657ee2da596a783b6df1c5d056bf982435ed39e8
    https://github.com/scummvm/scummvm/commit/657ee2da596a783b6df1c5d056bf982435ed39e8
Author: Sven Hesse (drmccoy at users.sourceforge.net)
Date: 2011-10-20T15:19:02-07:00

Commit Message:
COMMON: Fix potential UB while shifting Common::BitStream

Shifting a 32-bit value by more than 31 is undefined.

Changed paths:
    common/bitstream.h




Commit: 42b39cb7ec6bdac7e3b53855aadc547743fe97bf
    https://github.com/scummvm/scummvm/commit/42b39cb7ec6bdac7e3b53855aadc547743fe97bf
Author: Sven Hesse (drmccoy at users.sourceforge.net)
Date: 2011-10-20T15:19:02-07:00

Commit Message:
COMMON: Extend some method comments in Common::BitStream

Adding examples to getBits() and addBit().

Changed paths:
    common/bitstream.h








More information about the Scummvm-git-logs mailing list