Summary: minor, add stack to --with-error-checking to turn SSP on
authorSebastian Freundt <hroptatyr@fresse.org>
Sun, 22 Jan 2012 11:42:14 +0000 (11:42 +0000)
committerSebastian Freundt <hroptatyr@fresse.org>
Sun, 22 Jan 2012 11:42:14 +0000 (11:42 +0000)
commit61169e18a60bb0364064883e381d381cef96d298
tree9c348070f910c2a25d9998b90f259932c38c43dc
parent21154013ed7da8fdb15d30d91a9c9a3915a88942
Summary: minor, add stack to --with-error-checking to turn SSP on
Keywords: bldchn diagnostics

This changeset fixes a potential stack bashing in the mapfam permutation
code by inserting proper break statements where they belong.  This could
be one of the reasons of bug #135 and it's yet to be shown that it fixes
anything (other than pleasing coverity).

* configure.ac: add `stack' to the error-checking multiarg

* m4/sxe-compiler.m4: check for -fstack-protector and link with libssp

Signed-off-by: Sebastian Freundt <hroptatyr@fresse.org>
configure.ac
m4/sxe-compiler.m4