Dear working group,

  Although it looks quite simple, I found the code which implicitly
converts a const char* to char*:

  char* str = "Helloworld";
  *str = 'a';

  It can be legally compiled, and certainly produces an error when
running.

  I'm not certain whether it's actually a bug or not.

  Hope to hear from you.

Reply via email to