id	summary	reporter	owner	description	type	status	priority	milestone	component	resolution	keywords	cc	planetversion	pltversion
240	Pack of strings is incorrect.	David Brown <plt@…>	williams	"> (pack ""4s"" ""inte"")
#""\0\0\0\0""
> (pack ""4s"" ""longer"")
#""er\0\0""
> (pack ""4s"" ""longerst"")
> (pack ""4s"" ""longerstill"")
bytes-copy!: not enough room in target byte string: #""longerstill""

The bytes-copy! at the end of pack-string has an incorrect last argument.  I'm not why it should even be present, since the copy should always be from the beginning of the source string."	defect	closed	major		williams/packed-binary.plt	fixed			(1 3)	4.2.3
