~compiz-team/compiz/0.9.9

Viewing all changes in revision 3414.

  • Committer: Tarmac
  • Author(s): Daniel van Vugt
  • Date: 2012-10-12 11:33:33 UTC
  • mfrom: (3413.1.1 clang)
  • Revision ID: tarmac-20121012113333-0n5hr9yd0rd3vjsi
Don't try writing to const static memory. Any sane compiler like clang will
put const static data into a read-only memory section. This means any write
to it will segfault.
(LP: #1065814)
. Fixes: https://bugs.launchpad.net/bugs/1065814. Approved by Sam Spilsbury, jenkins.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: