Hi all!
Git commit e2bb55ec3b70cf45088bb73ba9ca990129328d60 (pr/108350) removes the
fallback scenario for lrealpath() when none of the #ifdef's match (in which
case the function is empty)
In this situation, there is no return statement, and hence an uninitialized
pointer value is returned. Thi
system is a lost cause, just duplicate the filename. */
+ return strdup (filename);
}
> On 05/09/2025 5:04 PM CEST Rink Springer wrote:
>
>
> Hi all!
>
> Git commit e2bb55ec3b70cf45088bb73ba9ca990129328d60 (pr/108350) removes the
> fallback scenario for lrealpath() when