mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-13 08:27:39 +00:00
8710977323
This is similar to the problem with infinite recursion when encoding types. The problem is with structs with self-referential pointers (eg, struct foo {struct foo *bar}). The solution is to copy the type data to a buffer and mark the buffer as transfered before actually processing the type. Further processing of the type is done via the buffer. |
||
---|---|---|
.. | ||
doc | ||
include | ||
source | ||
test | ||
AUTHORS | ||
bootstrap | ||
configure.in | ||
Makefile.am | ||
TODO |