GO-2024-3284 : PingCAP TiDB nil pointer dereference in github.com/pingcap/tidb
Discover Packages
github.com/pingcap/tidb
pkg
lightning
manual
package
Version:
v1.1.0-beta.0...-6d74071
Opens a new window with list of versions in this module.
Published: Dec 2, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Free frees the specified slice.
New allocates a slice of size n. The returned slice is from manually managed
memory and MUST be released by calling Free. Failure to do so will result in
a memory leak.
Allocator is a manual allocator for memory.
Alloc allocates a new byte slice with the given size.
CheckRefCnt checks whether there is memory leak.
Free frees the byte slice.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.