Benjamin Goldberg <[EMAIL PROTECTED]> wrote:

> Also, although we're told at the top of string.c to not look at
> s->bufstart or s->buflen, I'd like to know if we are allowed to
> assume/assert that for all strings, the following is true:

>    s->encoding->skip_forward( s->strstart, s->strlen ) ==
>       (char*)s->bufstart + s->bufused

No. F<res_lea.c> e.g. is using a reference count at bufstart. But with
s/bufstart/strstart/ above equation sould be true.

leo

Reply via email to