jerasure/src
Loic Dachary 36008101d5 use assert(0) instead of exit(1)
When a fatal error (unaligned memory etc.) is detected, jerasure
should assert(3) instead of exit(3) to give a chance to the calling
program to catch the exception and display a stack trace. Although it is
possible for gdb to display the stack trace and break on exit, libraries
are not usually expected to terminate the calling program in this way.

Signed-off-by: Loic Dachary <loic@dachary.org>
2014-12-15 12:08:37 +01:00
..
Makefile.am Remove -O3, -fPIC, $(INCLUDES) from AM_CFLAGS. 2014-03-31 21:08:55 -05:00
cauchy.c Revision 2.0 is ready for prime time! 2014-01-25 10:55:29 -05:00
cauchy_best_r6.c Revision 2.0 is ready for prime time! 2014-01-25 10:55:29 -05:00
galois.c use assert(0) instead of exit(1) 2014-12-15 12:08:37 +01:00
jerasure.c use assert(0) instead of exit(1) 2014-12-15 12:08:37 +01:00
liberation.c Revision 2.0 is ready for prime time! 2014-01-25 10:55:29 -05:00
reed_sol.c use assert(0) instead of exit(1) 2014-12-15 12:08:37 +01:00
timing.c This is the squashed pull request from David Glessner, squashed 2014-03-28 08:34:46 -07:00