Re: system(NULL) overly restrictive?

2023-10-26 Thread Gabriel Ravier via austin-group-l at The Open Group
On 10/26/23 11:55, Oğuz wrote: On Wed, Oct 25, 2023 at 9:47 PM Gabriel Ravier wrote: > Isn't this a similar situation to e.g. `getuid`/`geteuid`/etc. failures Not similar enough to draw a conclusion. Unlike system(), those functions are not part of the language defined by ISO C, but the

Re: system(NULL) overly restrictive?

2023-10-25 Thread Gabriel Ravier via austin-group-l at The Open Group
On 10/25/23 21:10, enh wrote: On Wed, Oct 25, 2023 at 11:47 AM Gabriel Ravier wrote: On 10/24/23 13:59, Oğuz via austin-group-l at The Open Group wrote: Oğuz On Tue, Oct 24, 2023 at 1:53 PM Jonathan Wakely wrote: On Tue, 24 Oct 2023 at 07:10, Oğuz via austin-group-l at The Open Group

Re: system(NULL) overly restrictive?

2023-10-25 Thread Gabriel Ravier via austin-group-l at The Open Group
On 10/24/23 13:59, Oğuz via austin-group-l at The Open Group wrote: Oğuz On Tue, Oct 24, 2023 at 1:53 PM Jonathan Wakely wrote: On Tue, 24 Oct 2023 at 07:10, Oğuz via austin-group-l at The Open Group wrote: On Tuesday, October 24, 2023, enh via austin-group-l at The Open Group wrote:

Re: out-of-bounds numbers in shell utility arguments

2023-06-27 Thread Gabriel Ravier via austin-group-l at The Open Group
On 6/27/23 13:42, Robert Elz via austin-group-l at The Open Group wrote: Date:Tue, 27 Jun 2023 09:41:02 +0100 From:"Geoff Clare via austin-group-l at The Open Group" Message-ID: | Yes, via XCU 1.1.2; the C standard allows it for signed long, so it's |