
noreply at mythtv
Jul 22, 2012, 2:47 AM
Post #1 of 1
(57 views)
Permalink
|
|
mythtv branch fixes/0.25 updated by stuartm. v0.25.2-4-ged58b3a
|
|
The branch, fixes/0.25 has been updated on the mythtv repository by gitolite user stuartm. via ed58b3a818a1796340ba0f085a53159eb1d52266 (commit) from f0e2ad85dbdd6dd4041a8b1e7d8b17e7b8746b63 (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 ed58b3a818a1796340ba0f085a53159eb1d52266 Author: Stuart Morgan <smorgan [at] mythtv> at Sat, 21 Jul 2012 23:53:41 +0100 Committer: Stuart Morgan <smorgan [at] mythtv> at Sun, 22 Jul 2012 10:47:09 +0100 URL: http://code.mythtv.org/cgit/mythtv/commit/?id=ed58b3a818a1796340ba0f085a53159eb1d52266 Fix for Synaesthesia memory corruption We were allocating just half the required space and consequently writing beyond the end of the array. This consistently caused segfaults for me when using the Synaesthesia visualiser. This fix appears to be consistent with the code used in other projects which were also derived from the original Synaesthia project. e.g. GStreamer/Source/gst-plugins-ugly/gst/synaesthesia/synaescope.c (cherry picked from commit e331017f2d1ee9be82da9c0b64ca4435ec3efd1e) ----------------------------------------------------------------------- Summary of changes: mythplugins/mythmusic/mythmusic/polygon.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) -- _______________________________________________ mythtv-commits mailing list mythtv-commits [at] mythtv http://www.mythtv.org/mailman/listinfo/mythtv-commits
|