﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	difficulty
1787	current-user-id setter from (chicken process-context posix) maybe needs some argument validation	Christopher Brannon		"{{{
#;2> (set! (current-user-id) ""abracadabra"")
#;3> (current-user-id)
2245824928
}}}

This should fail with an error rather than setting the uid to a bogus value.
Maybe the current-user-id setter could be made to take a string and do a
uid lookup, but that's a discussion for another day."	defect	closed	minor	5.3	core libraries	5.2.0	fixed			
