<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Dec 2, 2007, at 3:40 AM, Oliver Hunt wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Okay, this isn't something i'm sure about because i honestly cannot work out what the original code was attempting to do.</div><div><br class="webkit-block-placeholder"></div><div>This bug would occur when trying to assign to a member through an arrow dereference, as in:</div><div><span class="Apple-style-span" style="font-family: 'Lucida Grande'; font-size: 11px; white-space: pre-wrap; ">expression_t *create_expression() {    expression_t *expr = (expression_t*)malloc(sizeof(expression_t));    expr->nChildren = 0;    return expr; }</span></div></div></blockquote><br></div><div>The code was actually more broken than that, I checked in a fix.  Please let me know if it works with this change as well.</div><div><br class="webkit-block-placeholder"></div><div>-Chris</div></body></html>