Hi Helge, On Wed, Nov 01, 2023 at 02:02:10PM +0000, Helge Kreutzmann wrote: > Without further ado, the following was found: > > Issue: NULL pointer → NULL Thanks for the report! I applied a slightly different fix: Cheers, Alex > > "I is an array of pointers to strings passed to the new program as its " > "command-line arguments. By convention, the first of these strings (i.e., " > "I) should contain the filename associated with the file being " > "executed. The I array must be terminated by a NULL pointer. (Thus, " > "in the new program, I will be NULL.)" > > "I is an array of pointers to strings, conventionally of the form " > "B, which are passed as the environment of the new program. The " > "I array must be terminated by a NULL pointer." --