On Wed, 6 Aug 2025 12:14:50 GMT, Guanqiang Han <g...@openjdk.org> wrote:

>> Create a new function that marks all file descriptors found in /proc/self/fd 
>> with the FD_CLOEXEC flag to ensure they are automatically closed upon 
>> execution of a new program via exec().
>
> Guanqiang Han has updated the pull request with a new target base due to a 
> merge or a rebase. The incremental webrev excludes the unrelated changes 
> brought in by the merge/rebase. The pull request contains six additional 
> commits since the last revision:
> 
>  - update some comments
>  - Merge remote-tracking branch 'upstream/master' into 8364312
>  - a small fix
>  - Merge remote-tracking branch 'upstream/master' into 8364312
>  - Update exec_md.c
>    
>    correct an compilation error
>  - 8364312: debug agent should set FD_CLOEXEC flag rather than explicitly 
> closing every open file
>    
>    Create a new function that marks all file descriptors found in 
> /proc/self/fd with the FD_CLOEXEC flag to ensure they are automatically 
> closed upon execution of a new program via exec().

@hgqxjj 
Your change (at version 43363d34c5c0c05e7d3e4f85763ac8a720f781c6) is now ready 
to be sponsored by a Committer.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/26568#issuecomment-3160531410

Reply via email to