[mythtv-commits] mythtv branch master updated by stuartm. v0.28-pre-579-g5f2d350

Git Repo Owner noreply at mythtv.org
Mon Dec 2 20:44:42 UTC 2013


The branch, master has been updated on the
mythtv repository by gitolite user stuartm.
       via  5f2d350cfbdaec45d4af5422637acf3df003f488 (commit)
       via  db244e1571b16b01bce2a47e7f9a15b5b12c6b45 (commit)
      from  24bcf67da973e4eee738eca68fb5cea36e7c1306 (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 5f2d350cfbdaec45d4af5422637acf3df003f488
Author:    Stuart Morgan <smorgan at mythtv.org> at Mon, 2 Dec 2013 20:08:24 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Mon, 2 Dec 2013 20:19:56 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=5f2d350cfbdaec45d4af5422637acf3df003f488

Add -Werror=format-security to the build args
Mageia, Fedora and other distros are requiring packages to be built with -Werror=format-security. We may as well add it to our args as a default so that we catch issues before they cause problems upstream. The good news is that the code contains no errors of this sort, but it doesn't hurt to guard against them being introduced in the future.



commit db244e1571b16b01bce2a47e7f9a15b5b12c6b45
Author:    Stuart Morgan <smorgan at mythtv.org> at Mon, 2 Dec 2013 19:00:41 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Mon, 2 Dec 2013 19:38:21 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=db244e1571b16b01bce2a47e7f9a15b5b12c6b45

Scripting API: Properly escape values passed as arguments to pages. Disallow any parameter names which aren't valid as ECMA Script property names e.g. Anything beginning with a number, or containing non-word characters except $ or _



-----------------------------------------------------------------------

Summary of changes:
 mythtv/configure                                |    1 +
 mythtv/libs/libmythupnp/serverSideScripting.cpp |   16 +++++++++++++++-
 2 files changed, 16 insertions(+), 1 deletions(-)

-- 



More information about the mythtv-commits mailing list