On 3/30/17, Scott Robison <sc...@casaderobison.com> wrote: >> > Also, isn't the new code potentially allocating a smaller buffer in > zSpace? If sizeof(yyParser) is 15, the removed line would allocate a > 15 element array of unsigned char objects for a total of 15 bytes. The > added line would allocate a 15/8 = 1 element array of sqlite3_uint64 > objects for a total of 8 bytes. >
The code that I actually checked in fixed that. https://www.sqlite.org/src/artifact/d62a8f87?ln=486 But that is an academic question now that the problem is fixed properly, per Clemens' suggestion. https://www.sqlite.org/src/artifact/de2ec4fe?ln=485 -- D. Richard Hipp d...@sqlite.org _______________________________________________ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users