segmentio / stats

Go package for abstracting stats collection
https://godoc.org/github.com/segmentio/stats
MIT License
208 stars 32 forks source link

Update to latest fasthash dep #130

Closed deankarn closed 1 year ago

deankarn commented 3 years ago

PR

Updated github.com/segmentio/fasthash dep to v1.0.3 which corrected a potential segfault issue. https://github.com/segmentio/fasthash/commit/9dc1b83dc0d8bf7d26ea69d6c6d7a11ebf6fbb89

This is also detected using -race or -gcflags=all=-d=checkptr when running code that imports this lib.

extemporalgenome commented 1 year ago

Thanks! Sorry for the delay!