On Tue 26-08-14 07:23:22, Patrick Palka wrote:
> Thanks for reviewing! I have put back the call to strlen() and adjusted
> the commit message accordingly.
>
> Patrick
>
> -- >8 --
>
> We shouldn't set text_len in the code path that detects printk recursion
> because text_len corresponds to the
On Tue, 26 Aug 2014 11:19:41 +0200
Petr Mládek wrote:
> On Sun 24-08-14 12:01:36, Patrick Palka wrote:
> > We shouldn't set text_len in the code path that detects printk recursion
> > because text_len corresponds to the length of the string inside textbuf.
> > A few lines down from the line
> >
On Tue 26-08-14 07:23:22, Patrick Palka wrote:
> Thanks for reviewing! I have put back the call to strlen() and adjusted
> the commit message accordingly.
>
> Patrick
>
> -- >8 --
>
> We shouldn't set text_len in the code path that detects printk recursion
> because text_len corresponds to the
On Sun 24-08-14 12:01:36, Patrick Palka wrote:
> We shouldn't set text_len in the code path that detects printk recursion
> because text_len corresponds to the length of the string inside textbuf.
> A few lines down from the line
>
> text_len = strlen(recursion_msg);
>
> is the line
>
>
On Sun 24-08-14 12:01:36, Patrick Palka wrote:
> We shouldn't set text_len in the code path that detects printk recursion
> because text_len corresponds to the length of the string inside textbuf.
> A few lines down from the line
>
> text_len = strlen(recursion_msg);
>
> is the line
>
>
5 matches
Mail list logo