All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH] exfat: call brelse() on error path
  2020-06-10  9:59     ` Dan Carpenter
@ 2020-06-10 12:07 ` Markus Elfring
  -1 siblings, 0 replies; 36+ messages in thread
From: Markus Elfring @ 2020-06-10 12:07 UTC (permalink / raw)
  To: Dan Carpenter, linux-fsdevel
  Cc: kernel-janitors, linux-kernel, Namjae Jeon, Sungjong Seo,
	Pali Rohár, Tetsuhiro Kohada, Wei Yongjun

> If the second exfat_get_dentry() call fails then we need to release
> "old_bh" before returning.

Thanks you picked a bit of information up from my source code analysis
for a possible adjustment of the function “exfat_rename_file”.

exfat: Improving exception handling in two functions
https://lore.kernel.org/linux-fsdevel/208cba7b-e535-c8e0-5ac7-f15170117a7f@web.de/
https://lkml.org/lkml/2020/6/10/272

Would you like to adjust the implementation of the function “exfat_move_file”
in a similar way in a subsequent patch variant?

Regards,
Markus

^ permalink raw reply	[flat|nested] 36+ messages in thread
* Re: [PATCH] exfat: Fix use after free in exfat_load_upcase_table()
@ 2020-06-08 15:07 ` Markus Elfring
  0 siblings, 0 replies; 36+ messages in thread
From: Markus Elfring @ 2020-06-08 15:07 UTC (permalink / raw)
  To: Dan Carpenter, linux-fsdevel
  Cc: kernel-janitors, linux-kernel, Namjae Jeon, Sungjong Seo,
	Tetsuhiro Kohada

> This code calls brelse(bh) and then dereferences "bh" on the next line
> resulting in a possible use after free.

There is an unfortunate function call sequence.


> The brelse() should just be moved down a line.

How do you think about a wording variant like the following?

   Thus move a call of the function “brelse” one line down.


Would you like to omit a word from the patch subject so that
a typo will be avoided there?

Regards,
Markus

^ permalink raw reply	[flat|nested] 36+ messages in thread

end of thread, other threads:[~2020-06-11  8:40 UTC | newest]

Thread overview: 36+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-10 12:07 [PATCH] exfat: call brelse() on error path Markus Elfring
2020-06-10 12:07 ` Markus Elfring
2020-06-10 17:22 ` [PATCH v2] exfat: add missing brelse() calls on error paths Dan Carpenter
2020-06-10 17:22   ` Dan Carpenter
2020-06-10 18:12   ` Markus Elfring
2020-06-10 18:12     ` Markus Elfring
2020-06-10 18:45     ` Dan Carpenter
2020-06-10 18:45       ` Dan Carpenter
2020-06-10 18:56       ` Markus Elfring
2020-06-10 18:56         ` Markus Elfring
2020-06-10 19:22         ` Matthew Wilcox
2020-06-10 19:22           ` Matthew Wilcox
2020-06-10 20:00           ` Markus Elfring
2020-06-10 20:00             ` Markus Elfring
2020-06-11  3:41   ` [PATCH v2] " Namjae Jeon
2020-06-11  3:41     ` Namjae Jeon
2020-06-11  8:00   ` Markus Elfring
2020-06-11  8:00     ` Markus Elfring
2020-06-11  8:40   ` Markus Elfring
2020-06-11  8:40     ` Markus Elfring
  -- strict thread matches above, loose matches on Subject: below --
2020-06-08 15:07 [PATCH] exfat: Fix use after free in exfat_load_upcase_table() Markus Elfring
2020-06-08 15:07 ` Markus Elfring
2020-06-08 15:52 ` Matthew Wilcox
2020-06-08 15:52   ` Matthew Wilcox
2020-06-08 20:07   ` Markus Elfring
2020-06-08 20:07     ` Markus Elfring
2020-06-09  9:10 ` [PATCH] " Greg KH
2020-06-09  9:10   ` Greg KH
2020-06-10  9:27 ` exfat: Improving exception handling in two functions Markus Elfring
2020-06-10  9:27   ` Markus Elfring
2020-06-10  9:59   ` [PATCH] exfat: call brelse() on error path Dan Carpenter
2020-06-10  9:59     ` Dan Carpenter
2020-06-10 12:14   ` exfat: Improving exception handling in two functions Markus Elfring
2020-06-10 12:14     ` Markus Elfring
2020-06-10 14:53   ` Greg KH
2020-06-10 14:53     ` Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.