Fixed bug #60947 (Segmentation fault while executing ibase_db_info)

This commit is contained in:
Ilia Alshanetsky 2012-03-15 19:59:26 +00:00
parent 283accdf15
commit 632825a4ff

View File

@ -321,6 +321,7 @@ query_loop:
heap_p = heap_buf + res_size;
}
result += 2;
*(result+line_len) = 0;
snprintf(heap_p, heap_buf_size - (heap_buf - heap_p), "%s\n", result);
heap_p += line_len +2;
goto query_loop; /* repeat until result is exhausted */