[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Bug report: tbc link not updated after rotating the stack.
- From: Andrew Gierth <andrew@...>
- Date: Thu, 09 Sep 2021 17:41:37 +0100
>>>>> "balus" == balus <balus@foxmail.com> writes:
balus> Hello list:
balus> While using luaL_Buffer, I find something weird: when I init a
balus> luaL_Buffer, add a large string into it, and then remove the
balus> bottom element of the stack,
You're explicitly not allowed to do that, see the warnings about usage
of the luaL_Buffer api.
--
Andrew.