On Fri, 11 Aug 2023 20:15:59 GMT, Daniel Jeliński wrote:
>> Please review this patch that fixes the scope of 2 local variables to make
>> sure they are in scope when they are used.
>>
>> The patch additionally fixes one `c++11-narrowing` Clang warning by
>> explicitly casting string size (`siz
On Fri, 11 Aug 2023 20:15:59 GMT, Daniel Jeliński wrote:
>> Please review this patch that fixes the scope of 2 local variables to make
>> sure they are in scope when they are used.
>>
>> The patch additionally fixes one `c++11-narrowing` Clang warning by
>> explicitly casting string size (`siz
> Please review this patch that fixes the scope of 2 local variables to make
> sure they are in scope when they are used.
>
> The patch additionally fixes one `c++11-narrowing` Clang warning by
> explicitly casting string size (`size_t`) to `DWORD`.
Daniel Jeliński has updated the pull request