summaryrefslogtreecommitdiff
path: root/lib/talloc/testsuite.c
AgeCommit message (Expand)AuthorFilesLines
2025-01-02replace direct calls to memset_s() with commonly used macrosMichael Tokarev1-1/+1
2024-09-28lib:talloc: Use tabs to align output in speed testAndreas Schneider1-5/+5
2024-09-28lib:talloc: Increase alloc size to 128 kilobytesAndreas Schneider1-16/+20
2024-09-28lib:talloc: Don't optimize the speed testAndreas Schneider1-0/+9
2024-09-28lib:talloc: Add talloc_zero vs calloc testAndreas Schneider1-0/+39
2024-09-28lib:talloc: Use memset_s() to avoid the call gets optimized outAndreas Schneider1-1/+1
2024-09-28lib:talloc: Remove trailing spaces from testsuite.cAndreas Schneider1-31/+31
2020-11-10lib: talloc: Remove the ALWAYS_REALLOC code paths.talloc-2.3.2Jeremy Allison1-8/+0
2020-11-09lib: talloc: More tests for realloc when used with memlimited poolsArran Cudbard-Bell1-0/+103
2020-11-09lib: talloc: Add more debugging text for existing memlimit + pool testsArran Cudbard-Bell1-0/+14
2019-09-01Spelling fixes s/recieved/received/Mathieu Parent1-2/+2
2019-08-21talloc: ASAN fix for test_magic_protectionSwen Schillig1-0/+2
2019-08-21talloc: ASAN fix for test_rustySwen Schillig1-1/+3
2019-08-21talloc: ASAN fix for test_pool_nestSwen Schillig1-0/+2
2019-08-21talloc: ASAN fix for test_talloc_free_in_destructorSwen Schillig1-0/+2
2019-08-21talloc: ASAN fix for test_realloc_on_destructor_parentSwen Schillig1-0/+2
2019-05-09talloc torture: avoid NULL dereferenceDouglas Bagnall1-1/+3
2018-01-12talloc: Add tests to require use-after-free to give the correct talloc_abort(...Andrew Bartlett1-0/+68
2016-12-13talloc: Add tests for talloc destructor behaviour after talloc_realloc()Andrew Bartlett1-1/+66
2016-12-01talloc: Add tests for talloc_parent() after realloc() of the parentAndrew Bartlett1-4/+13
2016-10-15talloc: Fix CID 1373619 Unchecked return valueVolker Lendecke1-3/+4
2016-10-14talloc: Fix CID 1373621 Unchecked return valueVolker Lendecke1-2/+10
2016-07-03lib: talloc: Add check for destructor protection.Andrew Bartlett1-0/+6
2016-06-01talloc: rename local timeval function copiesRalph Boehme1-12/+12
2016-04-26talloc/testsuite: Fix CID 1291641 - Logically dead codeRobin Hack1-5/+5
2015-10-12talloc: Fix the O3 developer buildVolker Lendecke1-2/+5
2015-10-09talloc: Test magic protection measures.Adrian Cochrane1-0/+66
2015-08-06lib/talloc: Fix CID 1291639 Missing unlockAnoop C S1-0/+1
2015-08-06lib/talloc: Fix CID 1291640 Missing unlockAnoop C S1-0/+1
2015-03-17lib: talloc: tests - add test_pthread_talloc_passing() testing talloc in a pt...Jeremy Allison1-0/+153
2015-03-08lib: talloc: Test suite for the new destructor reparent logic.Jeremy Allison1-0/+82
2014-05-16talloc/tests: avoid some unused variable warningsStefan Metzmacher1-0/+13
2013-09-08talloc: Test the pooled objecttalloc-2.1.0Volker Lendecke1-0/+36
2013-09-08talloc: Allow nested pools.Volker Lendecke1-0/+26
2013-08-27Add simple limited pool tests to test_memlimit().Jeremy Allison1-0/+27
2012-10-05Add tests for talloc_memlimitSimo Sorce1-0/+172
2012-07-18talloc: use a struct for pool headers.Rusty Russell1-1/+1
2012-01-10talloc/testsuite: fix compiler warningsStefan Metzmacher1-1/+2
2011-10-22talloc/testsuite: remove #if _SAMBA_BUILD_==3Stefan Metzmacher1-9/+0
2011-08-04talloc: check block count aftter references testAndrew Tridgell1-0/+1
2011-07-29talloc: added test suite for talloc_free_children()Andrew Tridgell1-0/+44
2011-05-17talloc: test talloc_steal out of a talloc_poolStefan Metzmacher1-0/+69
2011-05-17talloc: add memset() calls to test_pool()Stefan Metzmacher1-0/+17
2011-04-08talloc/testsuite: avoid memory leak reported by valgrindStefan Metzmacher1-1/+1
2011-04-08talloc/testsuite: test more talloc_pool related thingsStefan Metzmacher1-0/+55
2011-01-05talloc: added a test for the use after free Rusty foundAndrew Tridgell1-0/+17
2011-01-03talloc: Fix warnings in test codeBrad Hards1-1/+4
2010-04-20talloc: there is no ambiguity when freeing a ptr with a null parentAndrew Tridgell1-0/+33
2010-03-29talloc: testsuite should use <talloc.h> not "talloc.h"Andrew Tridgell1-1/+1
2009-09-20talloc: fixed talloc_disable_null_tracking()Andrew Tridgell1-1/+2