Skip to content
Prev 22004 / 63424 Next

Using \u2030 in plot axis label -> stack smashing

Prof Brian Ripley <ripley at stats.ox.ac.uk> writes:
Probably not all that over-zealous. If you're smashing the stack you're
smashing the stack. It's not always fatal, but worth fixing.

I actually have the same set of standard FC5 flags in config.site.
Without them, we risk Fedora Extra to come out with issues that we
missed, since they use those flags as a matter of policy.
I.e., if the maintainers have done their job maintaining things, they
will have ensured that gram.c was built from gram.y and
non-maintainers need to do nothing further. If you play with gram.y,
you need make sure rebuilding takes place, most easily by configuring
in maintainer-mode. 

The fundamental issue is that there are some build tools we don't want
to assume that everybody has (here: YACC/Bison), and also that build
times don't usually survive SVN checkouts, so gram.y may well appear
to be more recent than gram.c.