[mythtv-commits] mythtv commit: r19444 by danielk

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Wed Dec 24 15:13:56 UTC 2008


      Author: danielk
        Date: 2008-12-24 15:13:55 +0000 (Wed, 24 Dec 2008)
New Revision: 19444
   Changeset: http://cvs.mythtv.org/trac/changeset/19444

Modified:

   trunk/mythtv/libs/libmythupnp/eventing.cpp

Log:

Fixes #5673. Fixes ctor for Eventing.

Note: I also added a warning on m_nHoldCount exceeding 127 (the guarranteed maximum in the range of a short) My impression is that the author meant to use a int16_t not a short (or he would have probably just used a signed char which has the same guarrantees as short.) If so nKey in SubscriberInfo is probably a more immediate problem, since it can have a range anywhere from 0..255 to 0..4294967295 on typical machines and the actual valid range is defined by a UPnP spec.




More information about the mythtv-commits mailing list