[mythtv-firehose] mythtv/master commit: dfadcda17 by Jim Stichnoth (stichnot)

MythTV noreply at mythtv.org
Sat Mar 24 17:22:48 UTC 2012


      Author:  Jim Stichnoth <jstichnoth at mythtv.org>
 Change Date:  2012-03-24T10:22:24-07:00
   Push Date:  2012/03/24 10:22:41 -0700
  Repository:  mythtv
      Branch:  master
New Revision:  dfadcda17912f72eb2aee5851c723898f708fa16
   Changeset:  https://github.com/MythTV/mythtv/commit/dfadcda17

Log:

Fix a memory corruption when logging strings with a '%' character.

Valgrind pointed out the problem that the format string was still
being used after being freed.  This is only a problem for log strings
containing the '%' character, and probably contributes to many
mythcommflag segfaults, thanks to mythcommflag periodically logging
the percent completion.

Modified:

   mythtv/libs/libmythbase/logging.cpp



More information about the mythtv-firehose mailing list