GO-2024-3284: PingCAP TiDB nil pointer dereference in github.com/pingcap/tidb
package
Version:
v1.1.0-beta.0...-70f5218
Opens a new window with list of versions in this module.
Published: Nov 28, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Pool is the worker pool.
NewPool creates a new worker pool.
Apply gets a worker from the pool.
HasWorker returns whether the pool has worker.
Recycle puts a worker back to the pool.
type Worker struct {
ID int64
}
Worker is the worker struct.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.