diff --git a/ChangeLog b/ChangeLog index 3fc69468672..a34d5379254 100755 --- a/ChangeLog +++ b/ChangeLog @@ -9466,7 +9466,9 @@ from the worker thread, it is necessary to have the stack locked (2015-01-18). * nuttx/arch/arm/src/stm32/stm32_serial.c: fix declaration and - definition of up_receive() and up_dma_receive() to match fields of + definition of up_receive() and up_dma_receive() to match fields of uart_ops_s from nuttx/include/nuttx/serial/serial.h. From Freddie Chopin (2015-01-19). - + * drivers/pipes/pipe.c, drivers/usbdev/cdcacm.c, and + mm/mm_gran/mm_granalloc.c: Fixes some issues found by the PX4 team + using Coverity. From Pavel Krienko (2015-01-19).