Re: [PR] drivers/misc/rwbuffer: fix rwbuffer overflow issue [nuttx]

2024-04-22 Thread via GitHub
xiaoxiang781216 merged PR #12202: URL: https://github.com/apache/nuttx/pull/12202 -- 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...@nu

Re: [PR] drivers/misc/rwbuffer: fix rwbuffer overflow issue [nuttx]

2024-04-22 Thread via GitHub
ChenChuangForLinux commented on PR #12202: URL: https://github.com/apache/nuttx/pull/12202#issuecomment-2069143499 > @ChenChuangForLinux could you verifiy this patch fix your problem too? Yes, I've seen the change and it is better than my patch. -- This is an automated message from

Re: [PR] drivers/misc/rwbuffer: fix rwbuffer overflow issue [nuttx]

2024-04-22 Thread via GitHub
xiaoxiang781216 commented on PR #12202: URL: https://github.com/apache/nuttx/pull/12202#issuecomment-2068745917 @ChenChuangForLinux could you verifiy this patch fix your problem too? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

[PR] drivers/misc/rwbuffer: fix rwbuffer overflow issue [nuttx]

2024-04-21 Thread via GitHub
Donny9 opened a new pull request, #12202: URL: https://github.com/apache/nuttx/pull/12202 ## Summary issue: https://github.com/apache/nuttx/pull/12188 in rwb_wrflush(): memmove(rwb->wrbuffer + padblocks * rwb->blocksize, rwb->wrbuffer, rwb->wrnblocks * rwb->blocksize);