From: Ken Hornstein Date: Fri, 11 Apr 2014 01:45:14 +0000 (-0400) Subject: Use a dynamically-allocated buffer for character set conversion, and X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/236a2b64249d7ffe0c4eaea2ef89b86f759ceda6?hp=236a2b64249d7ffe0c4eaea2ef89b86f759ceda6 Use a dynamically-allocated buffer for character set conversion, and resize it if we get E2BIG. Also create a test that exercises this particular problem. ---