Re: printk of non NULL terminated strings ?

From: Joakim Tjernlund
Date: Thu Jul 09 2020 - 09:26:44 EST


On Thu, 2020-07-09 at 14:56 +0200, Andreas Schwab wrote:
> CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you recognize the sender and know the content is safe.
>
>
> On Jul 09 2020, Joakim Tjernlund wrote:
>
> > Is there a format (or other function) that lets me
> > print strings without an \0 terminator using an explicit length arg instead?
>
> Use the precision.

Looking at that now but have a hard time figuring how to use it, can you give me an example?

Jocke