On Mon, Apr 28, 2014 at 2:24 AM, Florian Weimer <fweimer@redhat.com> wrote:
On 04/28/2014 09:52 AM, Nikos Mavrogiannopoulos wrote:

setjmp and longjmp are tools, that one may use in a good or bad way.
Along the same lines one could argue for dropping programs that use goto
in Fedora (because everyone knows that goto is bad).

All compliant uses of setjmp/longjmp can be replaced with C++ exceptions.

That might be true in C++, but it certainly isn't in C.