Commit Graph
1 Commits
Author SHA1 Message Date
ryakaand无闻 128f6e4f9e Fix panic from incorrect alignment length calculation (#55)
The alignment length calculation did not take into account that
keys may be added to if they contained "\"", "=", ":", or "`".

This gave an under calculation and resulted in index out of
bounds when this happened to be the longest key.
2016-06-27 15:42:28 +08:00