rust-lang / rust

Empowering everyone to build reliable and efficient software.
https://www.rust-lang.org
Other
96.77k stars 12.5k forks source link

Tracking issue for release notes of #128259: [illumos/solaris] set MSG_NOSIGNAL while writing to sockets #129572

Open rustbot opened 2 weeks ago

rustbot commented 2 weeks ago

This issue tracks the release notes text for #128259.

Release notes text:

The section title will be de-duplicated by the release team with other release notes issues. Prefer to use the standard titles from previous releases. More than one section can be included if needed.

# Compatibility Notes
- [illumos/Solaris now sets `MSG_NOSIGNAL` when writing to sockets](https://github.com/rust-lang/rust/pull/128259). This avoids killing the process with SIGPIPE when writing to a closed socket, which matches the existing behavior on other UNIX targets.

Release blog section (if any, leave blank if no section is expected):

Amanieu commented 2 weeks ago

I've clarified the compat note.

sunshowers commented 6 days ago

Thanks! A couple of minor notes:

  1. "illumos" is always lowercase
  2. "socked" should be "socket"
Amanieu commented 5 days ago

Thanks, fixed.