Re: [PATCH v1 3/3] btrfs: replace kmalloc() and memcpy() with kmemdup()

2024-12-20 Thread Mark Harmstone
There's a fix for this already in the for-next branch: https://github.com/btrfs/linux/commit/1a287050962c6847fa4918d6b2a0f4cee35c6943 On 17/12/24 22:58, Mirsad Todorovac wrote: > > > The static analyser tool gave the following advice: > > ./fs/btrfs/ioctl.c:4987:9-16: WARNING opportunity for kme

Re: [PATCH v1 3/3] btrfs: replace kmalloc() and memcpy() with kmemdup()

2024-12-18 Thread Mirsad Todorovac
Hi, Yes, I see you have the prior work and I have duplicated your work. Apology for the inconvenience. Best regards, Mirsad Todorovac On 12/18/24 11:32, Mark Harmstone wrote: > There's a fix for this already in the for-next branch: > https://github.com/btrfs/linux/commit/1a287050962c6847fa4918d