Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create handle on non sanitized value
We must never create handle on sanitized value since it will create weird stuff. The creatHandle() function good to deal with un-sanitized data since it will remove anything that is dangerous. Fixes #82
- Loading branch information