On Wed, 26 Jul 2023 15:58:15 GMT, Vyom Tewari <vtew...@openjdk.org> wrote:

>>> please reformat line 173
>> 
>> Why?
>
> "buf = (char*)malloc(len*sizeof(char));" --> "buf = (char*)malloc(len * 
> sizeof(char));"

> "buf = (char*)malloc(len_sizeof(char));" --> "buf = (char_)malloc(len * 
> sizeof(char));"

Both sides of this are wrong.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/14981#discussion_r1275193937

Reply via email to