diff options
author | Stanislav Malyshev <stas@php.net> | 2005-01-03 10:01:03 +0000 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2005-01-03 10:01:03 +0000 |
commit | 52ffca0b276ca3cf9c26f36bf9d9bc54ea316630 (patch) | |
tree | 7e23110d57040a6c3e2a1dfdd57a56621fefa1c6 /ext/sqlite/libsqlite/src | |
parent | 33cd288edcb9c27f09270499aacce61bf720d3d9 (diff) | |
download | php-git-52ffca0b276ca3cf9c26f36bf9d9bc54ea316630.tar.gz |
Fix the following nasty bug:
- if compile bails out from the middle of compiling, current_buffer is not restored
- if current_buffer is not null, yy_switch_to_buffer will do: *yy_c_buf_p = yy_hold_char; on
the next request
- which would lead to memory corruption on next request
Diffstat (limited to 'ext/sqlite/libsqlite/src')
0 files changed, 0 insertions, 0 deletions