Subject: Re: copystr
To: Gary Thorpe <gathorpe79@yahoo.com>
From: Jason R Thorpe <thorpej@wasabisystems.com>
List: tech-kern
Date: 09/02/2002 10:55:30
On Mon, Sep 02, 2002 at 01:47:15PM -0400, Gary Thorpe wrote:
> Is there another method of copying bytes from one
> kernel address to another besides copystr()? I am
> concerned that since it expects NULL terminated
> strings that it may only partially copy a buffer
> containing binary data....
err... memcpy()?
--
-- Jason R. Thorpe <thorpej@wasabisystems.com>