[MPlayer-cvslog] r23727 - trunk/libdvdcss/libdvdcss.c

Diego Biurrun diego at biurrun.de
Fri Aug 29 22:18:46 CEST 2008


On Sat, Jul 07, 2007 at 12:07:36AM +0200, reimar wrote:
> 
> Log:
> Fix CSS format strings, they could print more than two digits for
> "negative" numbers.

This was rejected by Sam Hocevar on libdvdcss-devel:

     As discussed on IRC, a fix for this issue was actually already in
  trunk. I do not feel the need to switch to PRIx8 conversions because
  arguments smaller than int will be promoted with the expected sign
  extension anyway (C standard 6.5.2.3p7 for variadic function rules,
  6.3.1.1 for integer promotion).

So I'm backing this out with the libdvdcss sync (1.2.10 has just been
released).

Diego



More information about the MPlayer-cvslog mailing list