|
From: Jorrit T. <Jor...@uz...> - 2003-12-11 14:58:54
|
Gerald Generoso wrote:
>==4760== Invalid read of size 4
>==4760== at 0x8049736: dllist_searchList
>(dllist.c:969)
>
>
>
>/*----------------------------------------------------------------------------*/
>int dllist_extractNode(dllist **listNode,
> dllist **loadPtr,
> fcn **statusObj,
> char *fileName,
> int lineNumber)
>{
>
>
Hmm. valgrind complains about dllist_searchList. However you show
us the source of dllist_extractNode. Why do you conclude that the
bug has to be in dllist_extractNode in order to trigger in
dllist_extractNode?
Greetings,
|