Affected by GO-2022-0878
and 1 other vulnerabilities
GO-2022-0878 : Use of Cryptographically Weak Pseudo-Random Number Generator in Rclone in github.com/rclone/rclone
GO-2026-4964 : Rclone: Unauthenticated options/set allows runtime auth bypass, leading to sensitive operations and command execution in github.com/rclone/rclone
Discover Packages
github.com/rclone/rclone
lib
atexit
package
Version:
v1.49.1
Opens a new window with list of versions in this module.
Published: Aug 28, 2019
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 130
Opens a new window with list of known importers.
Documentation
Documentation
¶
Rendered for
linux/amd64
windows/amd64
darwin/amd64
js/wasm
Package atexit provides handling for functions you want called when
the program exits unexpectedly due to a signal.
You should also make sure you call Run in the normal exit path.
IgnoreSignals disables the signal handler and prevents Run from beeing executed automatically
Run all the at exit functions if they haven't been run already
Unregister a function using the handle returned by `Register`
FnHandle is the type of the handle returned by function `Register`
that can be used to unregister an at-exit function
Register a function to be called on exit.
Returns a handle which can be used to unregister the function with `Unregister`.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.