On Mon, 9 Dec 2024 13:13:00 +0100
Corinna Vinschen wrote:
> Hi Takashi,
>
> On Dec 8 16:43, Takashi Yano wrote:
> > Previous fhandler_base::fstat_helper() does not assume get_stat_handle()
> > returns NULL. Due to this, access() for network share which has not been
> > authenticated returns 0 (su
Hi Takashi,
On Dec 8 16:43, Takashi Yano wrote:
> Previous fhandler_base::fstat_helper() does not assume get_stat_handle()
> returns NULL. Due to this, access() for network share which has not been
> authenticated returns 0 (success). This patch add error handling to
> fhandler_base::fstat_helper