Closed GoogleCodeExporter closed 8 years ago
Thanks Eric
Good point.
srcPtr[3] being an unsigned byte, I naively expected the (srcPtr[3]<<24)
operation to be completed on an unsigned 32 bits integer. But you are right,
there is no guarantee. Quite a pity scan-build static analyzer did not find
it...
I'll correct it
Original comment by yann.col...@gmail.com
on 1 Apr 2015 at 4:23
Moved to github :
https://github.com/Cyan4973/lz4/issues/70
Original comment by yann.col...@gmail.com
on 1 Apr 2015 at 4:33
Sorry about the dup, I had posted the first one before recognizing the move
to github and thought I needed to repost it there. But apparently not!
Original comment by ericmbe...@gmail.com
on 1 Apr 2015 at 4:38
no pb, you're welcomed ;)
Original comment by yann.col...@gmail.com
on 1 Apr 2015 at 4:40
Original issue reported on code.google.com by
ericmbe...@gmail.com
on 1 Apr 2015 at 3:39