Emmanuel Dreyfus <[email protected]> wrote: > > You are leaking the contents of kernel memory to userspace. > > How? I do not copy more than the string, and I only copyout filled > records.
I see: I copy the data obtained from kmalloc() that was not initialized. -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz [email protected]
