Go to file
Christophe Fergeau 96ca358669 quic: Fix test which is always true
find_model_params() is first doing *nbuckets = 0; and it then checks
nbuckets for NULL. This is redundant as the dereferencing would cause a
segfault if nbuckets was NULL, so the if (nbuckets) test can't be false.
As Uri pointed out, the "/* bucket start */" comment on the same line
probably implies that the test was meant to be 'if (*nbuckets)'
I've ran a few test and I did not observe issues because of it...
2014-01-20 14:33:33 +01:00
build-aux build-sys: make it a seperately buildable spice-common library 2012-03-22 20:21:05 +01:00
common quic: Fix test which is always true 2014-01-20 14:33:33 +01:00
m4 build-sys: make it a seperately buildable spice-common library 2012-03-22 20:21:05 +01:00
python_modules codegen: Add a --generate-wireshark-dissector option 2013-10-23 11:41:43 -05:00
spice-protocol@2575626fb6 Add support for the Opus codec. 2014-01-02 12:28:21 +01:00
.gitmodules build-sys: make it a seperately buildable spice-common library 2012-03-22 20:21:05 +01:00
autogen.sh build-sys: make it a seperately buildable spice-common library 2012-03-22 20:21:05 +01:00
configure.ac Add support for the Opus codec. 2014-01-02 12:28:21 +01:00
COPYING Be explicit about spice-common license 2013-10-23 11:41:43 -05:00
git.mk Update git.mk to latest version 2012-09-21 10:51:17 +02:00
Makefile.am spice-common: don't install spice-protocol 2012-08-09 12:44:41 +02:00
spice1.proto Add support for the Opus codec. 2014-01-02 12:28:21 +01:00
spice_codegen.py Be explicit about spice-common license 2013-10-23 11:41:43 -05:00
spice.proto Add support for the Opus codec. 2014-01-02 12:28:21 +01:00