libXv 1.0.13
- Remove "All rights reserved" from Oracle copyright notices
- configure: Use
LT_INIT
from libtool 2 instead of deprecatedAC_PROG_LIBTOOL
- Use
calloc
instead ofmalloc
and manual loops to zero array contents -
XvQueryEncodings
: avoid NULL deref iflength
is 0, butnum_encodings
is not -
XvQueryAdaptors
: avoid NULL deref iflength
is 0, butnum_adaptors
is not - libXv 1.0.13