[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Byte-compiled chunk safe in C string?
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Tue, 18 Feb 2003 14:35:52 -0300
>So, can I store byte-compiled chunks in null-terminated C strings?
No.
>Specifically, will there be any stray nulls in a byte-compiled chunk?
Yes, lots of them.
--lhf