diff --git a/_content/doc/go1.23.md b/_content/doc/go1.23.md index accfcb3196..b203d25700 100644 --- a/_content/doc/go1.23.md +++ b/_content/doc/go1.23.md @@ -451,6 +451,13 @@ This behavior is controlled by the `winreadlinkvolume` setting. For Go 1.23, it defaults to `winreadlinkvolume=1`. Previous versions default to `winreadlinkvolume=0`. + +On Linux with pidfd support (generally Linux v5.4+), +[`Process`](/pkg/os#Process)-related functions and methods use pidfd (rather +than PID) internally, eliminating potential mistargeting when a PID is reused +by the OS. Pidfd support is fully transparent to a user, except for additional +process file descriptors that a process may have. + #### [`path/filepath`](/pkg/path/filepath/) The new [`Localize`](/pkg/path/filepath#Localize) function safely converts a slash-separated @@ -604,7 +611,6 @@ None right now; more may come up later on.