Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Given `char src` and `char dst`, one should copy them like `dst = src`, not like `strcpy(&dst, &src)`. Fixes rapidsai#847.
- Loading branch information