﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	difficulty
1870	vector->string adds \x00 to the output	zilti		"vector->string adds NULL bytes to the output in increasing frequency:

{{{#!scheme
(vector->string '#(#\a #\b #\c #\d #\e)) ;;=> ""ab\x00;c\x00;\x00;\x00;d\x00;\x00;\x00;\x00;\x00;\x00;\x00;e\x00;\x00;\x00;\x00;\x00;\x00;\x13;\x00;""
}}}

Even worse, this:

{{{#!scheme
(vector->string (string->vector (vector->string '#(#\a #\b #\c #\d #\e))))
}}}

results in a segmentation violation error."	defect	new	major	someday	core libraries	6.0.0				easy
