Menu

#7 cp_list_append crashed with empty list

open
nobody
None
5
2012-04-27
2012-04-27
No

When trying to add a new element into an empty cp_list, cp_list_append crashes and cp_list_insert must be used. As Valgrind reports, it seems to be trying to access some already free'd memory.

Discussion


Log in to post a comment.