]> granicus.if.org Git - check/commitdiff
Fixed sourceforge bug #1327225, Two teardown checked fixtures segfaults
authorhugo303 <hugo303@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Mon, 31 Oct 2005 12:35:18 +0000 (12:35 +0000)
committerhugo303 <hugo303@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Mon, 31 Oct 2005 12:35:18 +0000 (12:35 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@257 64e312b2-a51f-0410-8e61-82d0ca0eb02a

check/ChangeLog
check/NEWS

index 98a0e8d21cd0e57ee7347eda4e05ec45ee6116df..e7896a68f85c7a2c3febda4281dcbce91e5e9d24 100644 (file)
@@ -1,3 +1,10 @@
+2005-10-31 hugo303
+
+       * src/check_list.c, tests/check_list.c, tests/check_check_fixture.c:
+       Fixed sourceforge bug #1327225, Two teardown checked fixtures
+       segfaults. Originated in a pointer arithmetic bug in a memmove()
+       call in list_add_front() in src/check_list.c.
+
 2005-09-30 hugo303
 
        * doc/tutorial.sgml: Updated with a section about looping tests.
index da014005634709991c3ca6b9774fd74985234f1c..7431aeada7d8eb82820e10cbb6a9caf9fb4a550d 100644 (file)
@@ -1,3 +1,5 @@
+Fixed sourceforge bug #1327225, Two teardown checked fixtures segfaults.
+
 Added a new kind of test, looping tests, which are called with a new
 context for each loop iteration. This makes them ideal for table based
 tests. Previously, with the loop in the test itself, only the first