Re: [PATCH v2] udf: Fix regression which is preventing symlink access

2021-09-20 Thread Daniel Kiper
On Fri, Sep 17, 2021 at 08:28:05PM +, Glenn Washburn wrote: > This code was broken by commit 3f05d693 ("malloc: Use overflow checking > primitives where we do complex allocations"), which added overflow checking > in many areas. The problem here is that the changes update the local > variable

[PATCH v2] udf: Fix regression which is preventing symlink access

2021-09-17 Thread Glenn Washburn
This code was broken by commit 3f05d693 ("malloc: Use overflow checking primitives where we do complex allocations"), which added overflow checking in many areas. The problem here is that the changes update the local variable sz, which was already in use and which was not updated before the