On Nov 14, 2010, at 4:24 PM, Wolfgang Denk wrote:
> Dear Kumar Gala,
>
> In message <1289556786-15201-1-git-send-email-ga...@kernel.crashing.org> you
> wrote:
>> nic and hw structures are allocated via malloc i.e. return memory
>> is not zero initialized. Because of this few structure member li
Dear Kumar Gala,
In message <1289556786-15201-1-git-send-email-ga...@kernel.crashing.org> you
wrote:
> nic and hw structures are allocated via malloc i.e. return memory
> is not zero initialized. Because of this few structure member like
> "function pointers" are initialized with garbage values.
On Fri, Nov 12, 2010 at 5:13 AM, Kumar Gala wrote:
> nic and hw structures are allocated via malloc i.e. return memory
> is not zero initialized. Because of this few structure member like
> "function pointers" are initialized with garbage values.
>
> It may cause problem. for eg. during eth_initia
nic and hw structures are allocated via malloc i.e. return memory
is not zero initialized. Because of this few structure member like
"function pointers" are initialized with garbage values.
It may cause problem. for eg. during eth_initialize, dev->write_hwaddr
is used.
Signed-off-by: Kumar Gala
4 matches
Mail list logo