guohao15 opened a new pull request, #15028:
URL: https://github.com/apache/nuttx/pull/15028

   *Note: Please adhere to [Contributing 
Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).*
   
   ## Summary
   
       The refs in the filelist cannot protect the handles in the prefiles
       The prefiles and its associated group are allocated together, and when
       the group leaves, they are released together.
       During a reboot process, the sync operation may encounter a "used after 
free"
       issue.
   
   ## Impact
   
       The filelist  will be freed when refence change to zero
   
   ## Testing
   
   *Update this section with details on how did you verify the change,
    what Host was used for build (OS, CPU, compiler, ..), what Target was
    used for verification (arch, board:config, ..), etc. Providing build
    and runtime logs from before and after change is highly appreciated.*
   
   
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to