Versions in this module Expand all Collapse all v1 v1.1.0-alpha Oct 31, 2017 GO-2024-3284 GO-2024-3284: PingCAP TiDB nil pointer dereference in github.com/pingcap/tidb v1.0.9 Apr 20, 2018 GO-2024-3284 GO-2024-3284: PingCAP TiDB nil pointer dereference in github.com/pingcap/tidb v1.0.8 Feb 11, 2018 GO-2024-3284 GO-2024-3284: PingCAP TiDB nil pointer dereference in github.com/pingcap/tidb v1.0.7 Jan 19, 2018 GO-2024-3284 GO-2024-3284: PingCAP TiDB nil pointer dereference in github.com/pingcap/tidb v1.0.6 Jan 8, 2018 GO-2024-3284 GO-2024-3284: PingCAP TiDB nil pointer dereference in github.com/pingcap/tidb v1.0.5 Dec 26, 2017 GO-2024-3284 GO-2024-3284: PingCAP TiDB nil pointer dereference in github.com/pingcap/tidb v1.0.4 Dec 11, 2017 GO-2024-3284 GO-2024-3284: PingCAP TiDB nil pointer dereference in github.com/pingcap/tidb v1.0.3 Nov 25, 2017 GO-2024-3284 GO-2024-3284: PingCAP TiDB nil pointer dereference in github.com/pingcap/tidb v1.0.2 Nov 13, 2017 GO-2024-3284 GO-2024-3284: PingCAP TiDB nil pointer dereference in github.com/pingcap/tidb v1.0.1 Oct 31, 2017 GO-2024-3284 GO-2024-3284: PingCAP TiDB nil pointer dereference in github.com/pingcap/tidb v1.0.0 Oct 16, 2017 GO-2024-3284 GO-2024-3284: PingCAP TiDB nil pointer dereference in github.com/pingcap/tidb Changes in this version + var DefaultPool = NewBytesPool() + type BytesPool struct + func NewBytesPool() *BytesPool + func (bp *BytesPool) Alloc(size int) (origin, data []byte) + func (bp *BytesPool) Free(origin []byte) int