You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/08/04 17:35:35 UTC

[GitHub] [incubator-nuttx] patacongo opened a new pull request #1510: Fix cases where memory is allocated using malloc()

patacongo opened a new pull request #1510:
URL: https://github.com/apache/incubator-nuttx/pull/1510


    ## Summary
   
   Fix cases where memory is allocated using malloc()
   
   arch/arm/src/cxd56xx/cxd56_gnss.c, arch/arm/src/xmc4/xmc4_spi.c,  crypto/blake2s.c, drivers/lcd/pcf8574_lcd_backpack.c, drivers/lcd/st7032.c
   
   User space memory should not be used within the OS and, when it is absolutely necessary to use user-space memory, it should be allocated using kumm_malloc().
   
   ## Impact
   
   Kernel memory, vs. user-space memory, will by used by drivers in PROTECTED and KERNEL builds.
   
   ## Testing
   
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx] Ouss4 merged pull request #1510: Fix cases where memory is allocated using malloc()

Posted by GitBox <gi...@apache.org>.
Ouss4 merged pull request #1510:
URL: https://github.com/apache/incubator-nuttx/pull/1510


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx] patacongo commented on pull request #1510: Fix cases where memory is allocated using malloc()

Posted by GitBox <gi...@apache.org>.
patacongo commented on pull request #1510:
URL: https://github.com/apache/incubator-nuttx/pull/1510#issuecomment-668762347


   This PR passed all checks except the macOS (sim) build which appear failed without running at all?  I have restarted the checks  however, I this could be merged at any time.
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org