K 10 svn:author V 3 jhb K 8 svn:date V 27 2015-08-05T18:14:01.161752Z K 7 svn:log V 370 Rework get_string() to make it more robust when fetching strings of unknown length. In particular, instead of blinding fetching 1k blocks, do an initial fetch up to the end of the current page followed by page-sized fetches up to the maximum size. Previously if the 1k buffer crossed a page boundary and the second page was not valid, the entire operation would fail. END