On 04/18/2014 05:02 PM, Jennifer Averett wrote:
The terminate method was added to rtems_extensions_table.  This
resulted in NULL or random addresses being called at task termination.

I doubt that you saw calls of the NULL pointer. The bug is that the capture engine uses a rtems_extensions_table variable on the stack without a memset() to zero. It would be better to use a static const variable.

--
Sebastian Huber, embedded brains GmbH

Address : Dornierstr. 4, D-82178 Puchheim, Germany
Phone   : +49 89 189 47 41-16
Fax     : +49 89 189 47 41-09
E-Mail  : sebastian.hu...@embedded-brains.de
PGP     : Public key available on request.

Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.

_______________________________________________
rtems-devel mailing list
rtems-devel@rtems.org
http://www.rtems.org/mailman/listinfo/rtems-devel

Reply via email to