Re: [PATCH 01/01] staging: gasket: Fix incongruency in handling of sysfs entries creation

2020-04-02 Thread Luís Mendes
Hi Dan, Ah sorry, ok, I will re-send the patch using git. Can you please tell me which is the correct mailing list to where this patch should be submitted? Thanks, Luís On Thu, Apr 2, 2020 at 11:42 AM Dan Carpenter wrote: > > On Sun, Mar 29, 2020 at 10:59:21PM +0100, Luís Mendes wrote: &

[PATCH 01/01] staging: gasket: Fix incongruency in handling of sysfs entries creation

2020-03-29 Thread Luís Mendes
Fix incongruency in handling of sysfs entries creation. This issue could cause invalid memory accesses, by not properly detecting the end of the sysfs attributes array. Signed-off-by: Luis Mendes --- gasket_sysfs.c |3 +-- gasket_sysfs.h |4 2 files changed, 1 insertion(+), 6 delet