Bug 4078 - talloc_autofree_context() and talloc_free() give SIGABORT
Summary: talloc_autofree_context() and talloc_free() give SIGABORT
Status: RESOLVED FIXED
Alias: None
Product: Samba 4.0
Classification: Unclassified
Component: Other (show other bugs)
Version: unspecified
Hardware: Other Linux
: P3 normal (vote)
Target Milestone: ---
Assignee: Andrew Bartlett
QA Contact: Andrew Bartlett
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-03 16:09 UTC by Heinrich Schmidt
Modified: 2006-09-29 05:54 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Heinrich Schmidt 2006-09-03 16:09:19 UTC
Simple test program:

  void *p = talloc_autofree_context();
  talloc_free(p);

gives SIGABORT
Comment 1 Stefan Metzmacher 2006-09-29 05:54:10 UTC
fixed in revision 18995