
noreply at mythtv
May 24, 2012, 12:31 PM
Views: 42
Permalink
|
|
mythtv branch fixes/0.25 updated by stuartm. v0.25-109-g68511e0
|
|
The branch, fixes/0.25 has been updated on the mythtv repository by gitolite user stuartm. via 68511e0ee0bc91e6272312ef5e5c31c88ef2b0b1 (commit) from 0e6f4ff81a1451a309170706efdb80088c8f7e96 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 68511e0ee0bc91e6272312ef5e5c31c88ef2b0b1 Author: Stuart Morgan <smorgan [at] mythtv> at Thu, 24 May 2012 19:51:26 +0100 Committer: Stuart Morgan <smorgan [at] mythtv> at Thu, 24 May 2012 19:52:00 +0100 URL: http://code.mythtv.org/cgit/mythtv/commit/?id=68511e0ee0bc91e6272312ef5e5c31c88ef2b0b1 Fix a null pointer dereference in MainServer::HandleQueryRecording(). This bug would have made it possible to crash a backend with a malformed QUERY_RECORDING message. Coverity defect 700420 (cherry picked from commit 9bddf5b26c5cf7e514e336de2ea4791031326cbe) ----------------------------------------------------------------------- Summary of changes: mythtv/programs/mythbackend/mainserver.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) -- _______________________________________________ mythtv-firehose mailing list mythtv-firehose [at] mythtv http://www.mythtv.org/mailman/listinfo/mythtv-firehose
|