Duy Nguyen <pclo...@gmail.com> writes:

> Anyway it does not put strbuf_slopbuf in .rodata.

That's sad.  I wa hoping that it would behave the same as this,
which does give me SEGV:

#include <stdio.h>

static const char x = '\0';
static char *y = (char *)&x;

int main (void) {
        *y = 1;
}
--
To unsubscribe from this list: send the line "unsubscribe git" in

Reply via email to