[PATCH 1/4] capture: Fix capture engine to handle new extensions.

Sebastian Huber sebastian.huber at embedded-brains.de
Fri Apr 18 16:53:39 UTC 2014


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.huber at embedded-brains.de
PGP     : Public key available on request.

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




More information about the devel mailing list