Re: Byte-compiled chunk safe in C string?
[
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: 2003年2月18日 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