Re: [PATCH RESEND] tracing: Fix overflow in get_free_elt()

2024-08-07 Thread
On Tue, 2024-08-06 at 15:40 -0400, Steven Rostedt wrote: > > External email : Please do not click links or open attachments until > you have verified the sender or the content. > On Mon, 5 Aug 2024 13:59:22 +0800 > Tze-nan Wu wrote: > > > "tracing_map->next_elt" in get_free_elt() is at r

Re: [PATCH] tracing: Fix overflow in get_free_elt()

2024-07-21 Thread
On Wed, 2024-07-10 at 17:19 +0800, Tze-nan Wu wrote: > "tracing_map->next_elt" in get_free_elt() is at risk of overflowing. > > Once it overflows, new elements can still be inserted into the > tracing_map > even though the maximum number of elements (`max_elts`) has been > reached. > Continuing to

Re: [PATCH] tracing: Fix uaf issue in tracing_open_file_tr

2024-05-02 Thread
On Thu, 2024-05-02 at 10:09 -0400, Steven Rostedt wrote: > > External email : Please do not click links or open attachments until > you have verified the sender or the content. > On Thu, 2 May 2024 06:49:18 + > Tze-nan Wu (吳澤南) wrote: > > > Good news, this p

Re: [PATCH] tracing: Fix uaf issue in tracing_open_file_tr

2024-05-01 Thread
On Wed, 2024-05-01 at 23:50 -0400, Steven Rostedt wrote: > > External email : Please do not click links or open attachments until > you have verified the sender or the content. > On Thu, 2 May 2024 03:10:24 + > Tze-nan Wu (吳澤南) wrote: > > > > >

Re: [PATCH] tracing: Fix uaf issue in tracing_open_file_tr

2024-05-01 Thread
On Wed, 2024-05-01 at 23:50 -0400, Steven Rostedt wrote: > > External email : Please do not click links or open attachments until > you have verified the sender or the content. > On Thu, 2 May 2024 03:10:24 + > Tze-nan Wu (吳澤南) wrote: > > > > >

Re: [PATCH] tracing: Fix uaf issue in tracing_open_file_tr

2024-05-01 Thread
On Mon, 2024-04-29 at 14:46 -0400, Steven Rostedt wrote: > > External email : Please do not click links or open attachments until > you have verified the sender or the content. > On Sun, 28 Apr 2024 20:28:37 -0400 > Steven Rostedt wrote: > > > > Looking for any suggestion or solution, ap