Source-Changes-D archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/sys
Date: Wed, 29 Sep 2021 08:42:12 -0700
From: Jason Thorpe <thorpej%me.com@localhost>
Message-ID: <C6B91682-DB08-41E1-87C2-C02C8DD1C919%me.com@localhost>
| Anything that depends on the new return value would have simply been
| doing what the socket / fifo code was doing (groveling around in
| selinfo internals), so it's not like they're broken as a result of
| this change.
I agree with that. The only potential issue I can see would be if
we had an architecture where the ABI specifies that the register normally
used to return a result is preserved across a call to a void function.
That would cause problems with this change - but absent any such architecture
there should be no issues requiring a bump.
kre
Home |
Main Index |
Thread Index |
Old Index