haukepetersen opened a new pull request, #1272:
URL: https://github.com/apache/mynewt-nimble/pull/1272

   Currently the controller is using jrand48() to generate pseudo
   random numbers. For RIOT builds this commit switches to the RIOT
   build-in PRNG API, as this has two benefits: i) it saves 500bytes
   of flash and ii) jrand48() internally uses malloc, which has been
   source to runtime failures in the past.


-- 
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.

To unsubscribe, e-mail: commits-unsubscr...@mynewt.apache.org

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

Reply via email to