Hacker News new | past | comments | ask | show | jobs | submit login

You can quote your code (by preceeding it with four spaces) so that your stars become visible:

    struct foo { int a; char *b; }
    struct foo *p = malloc(sizeof (struct foo) + 100);
    p->b[50] = 'x'; 
    ...
    free(p);



Isn't it two spaces at least?

  Test
Upd: yes it is.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: