1
lib: Make function copyString use macro MALLOC
Sebastian Pipping <sebastian@pipping.org>
2
Changes: Document allocation tracking
Sebastian Pipping <sebastian@pipping.org>
3
lib: Exclude the content model from allocation tracking
Sebastian Pipping <sebastian@pipping.org>
4
Changes: Document pull request #1047
Sebastian Pipping <sebastian@pipping.org>
5
lib: Document and regression-proof absence of integer
Sebastian Pipping <sebastian@pipping.org>
6
lib: Make function dtdCreate use macro MALLOC
Sebastian Pipping <sebastian@pipping.org>
7
lib: Exclude XML_Mem* functions from allocation tracking
Sebastian Pipping <sebastian@pipping.org>
8
xmlwf: Mention supported environment variables in --help
Sebastian Pipping <sebastian@pipping.org>
9
lib: Drop casts around malloc/realloc returns that C99 does
Sebastian Pipping <sebastian@pipping.org>
10
tests: Fix test guard for test related to allocation tracking
Sebastian Pipping <sebastian@pipping.org>
11
tests: Cover allocation tracking and limiting with tests
Sebastian Pipping <sebastian@pipping.org>
12
lib: Make string pools use macros MALLOC, FREE, REALLOC
Sebastian Pipping <sebastian@pipping.org>
13
fuzz: Be robust towards NULL return from
Sebastian Pipping <sebastian@pipping.org>
14
xmlwf: Wire allocation tracker config to existing arguments
Sebastian Pipping <sebastian@pipping.org>
15
lib: Make function dtdDestroy use macro FREE
Sebastian Pipping <sebastian@pipping.org>
16
docs: Promote the contract to call XML_FreeContentModel
Sebastian Pipping <sebastian@pipping.org>
17
lib: Implement tracking of dynamic memory allocations
Sebastian Pipping <sebastian@pipping.org>
18
lib: Exclude the main input buffer from allocation tracking
Sebastian Pipping <sebastian@pipping.org>
19
lib: Make function hash tables use macros MALLOC and FREE
Sebastian Pipping <sebastian@pipping.org>
20
tests: Add new test test_alloc_tracker_pointer_alignment
Sebastian Pipping <sebastian@pipping.org>
21
lib: Make XML_MemFree and XML_FreeContentModel match their
Sebastian Pipping <sebastian@pipping.org>
22
lib: Make function dtdReset use macro FREE
Sebastian Pipping <sebastian@pipping.org>
23
docs: Document the two allocation tracking API functions
Sebastian Pipping <sebastian@pipping.org>
24
lib: Fix alignment of internal allocations for some non-amd64
Sebastian Pipping <sebastian@pipping.org>
25
lib: Make function dtdCopy use macro MALLOC
Sebastian Pipping <sebastian@pipping.org>