https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104821

--- Comment #2 from David Malcolm <dmalcolm at gcc dot gnu.org> ---
(In reply to David Malcolm from comment #1)
Copy&paste error:
  result->m_b = malloc (sz_c);
should have been:
  result->m_c = malloc (sz_c);

Reply via email to