Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix mis-sizing of string in jbuf implementation
Any time the jbuf string grows, the head of the jbuf must be accounted for. This patch fixes that oversight. The oversight leads to writing past the end of the string after it is expanded.
- Loading branch information