Re: [PR] nimble/host: Zero initialize buffer after allocation [mynewt-nimble]

2024-05-08 Thread via GitHub
rahult-github commented on PR #1687: URL: https://github.com/apache/mynewt-nimble/pull/1687#issuecomment-2100388705 Hello @sjanc , please take a look -- 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

Re: [PR] nimble/host: Zero initialize buffer after allocation [mynewt-nimble]

2024-03-08 Thread via GitHub
rahult-github commented on PR #1687: URL: https://github.com/apache/mynewt-nimble/pull/1687#issuecomment-1985516657 > Hi, > > Does this fix any use of uninitialized memory or is just a precaution? > > As for style, please use sizeof(*foo) syntax Currently , just precautio

Re: [PR] nimble/host: Zero initialize buffer after allocation [mynewt-nimble]

2024-03-08 Thread via GitHub
sjanc commented on PR #1687: URL: https://github.com/apache/mynewt-nimble/pull/1687#issuecomment-1985497307 Hi, Does this fix any use of uninitialized memory or is just a precaution? As for style, please use sizeof(*foo) syntax -- This is an automated message from th

Re: [PR] nimble/host: Zero initialize buffer after allocation [mynewt-nimble]

2024-02-21 Thread via GitHub
rahult-github commented on PR #1687: URL: https://github.com/apache/mynewt-nimble/pull/1687#issuecomment-1958712231 @andrzej-kaczmarek , @sjanc , please take a look -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[PR] nimble/host: Zero initialize buffer after allocation [mynewt-nimble]

2024-02-07 Thread via GitHub
rahult-github opened a new pull request, #1687: URL: https://github.com/apache/mynewt-nimble/pull/1687 At many places , after getting buffer using os_memblock_get, buffer is not zero initiatlized. Added change to memset the same to 0. -- This is an automated message from the Apache Git Se