apfl/src
Laria Carolin Chabowski 40320aaa4a Fix copying dicts
We didn't properly copy the opaque value before (a heap-allocated allocator
pointer), resulting in a use-after-free of the opaque on the copied map if
the old map was destroyed.
2022-02-15 22:32:15 +01:00
..
alloc.c Introduce allocator abstraction 2022-02-08 22:53:13 +01:00
alloc.h Introduce allocator abstraction 2022-02-08 22:53:13 +01:00
apfl.h Add apfl_stackidx typedef 2022-02-10 22:39:39 +01:00
error.c parser+expr: Handle blank identifier (_) 2022-01-08 23:20:29 +01:00
eval.c eval.c: Don't create copy of already refcounted string 2022-02-14 21:56:36 +01:00
expr.c Introduce allocator abstraction 2022-02-08 22:53:13 +01:00
hashmap.c Fix copying dicts 2022-02-15 22:32:15 +01:00
hashmap.h Fix copying dicts 2022-02-15 22:32:15 +01:00
hashmap_test.c Introduce allocator abstraction 2022-02-08 22:53:13 +01:00
internal.c Fix refcounted strings 2022-01-04 21:22:46 +01:00
internal.h Introduce allocator abstraction 2022-02-08 22:53:13 +01:00
main.c Introduce allocator abstraction 2022-02-08 22:53:13 +01:00
Makefile.am Introduce allocator abstraction 2022-02-08 22:53:13 +01:00
parser.c Introduce allocator abstraction 2022-02-08 22:53:13 +01:00
parser_test.c Introduce allocator abstraction 2022-02-08 22:53:13 +01:00
position.c Initial commit 2021-12-15 21:47:17 +01:00
resizable.c Introduce allocator abstraction 2022-02-08 22:53:13 +01:00
resizable.h Introduce allocator abstraction 2022-02-08 22:53:13 +01:00
resizable_test.c Introduce allocator abstraction 2022-02-08 22:53:13 +01:00
source_readers.c Introduce allocator abstraction 2022-02-08 22:53:13 +01:00
strings.c Introduce allocator abstraction 2022-02-08 22:53:13 +01:00
test.h Introduce allocator abstraction 2022-02-08 22:53:13 +01:00
token.c Introduce allocator abstraction 2022-02-08 22:53:13 +01:00
tokenizer.c Introduce allocator abstraction 2022-02-08 22:53:13 +01:00
tokenizer_test.c Introduce allocator abstraction 2022-02-08 22:53:13 +01:00
value.c Fix copying dicts 2022-02-15 22:32:15 +01:00
value.h Shorter name for internal enum apfl_value_type 2022-02-10 21:56:48 +01:00