You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
aya/test/integration-ebpf
Addison Crump 55aa5a655d
Prevent verification failure by making the log level static immutable
The log level implementation in #1335 was incomplete as the verifier
could reject programs which exceeded their instruction limits within
logging statements. This commit addresses this issue by making the
log level static variable immutable (s.t. the compiler puts it in a
read-only section) and adds an additional test which the verifier
will reject as an infinite loop iff it is unable to detect that the
static variable would otherwise allow the logging.
7 days ago
..
src Prevent verification failure by making the log level static immutable 7 days ago
Cargo.toml build(deps): bump the cargo-crates group with 2 updates 3 months ago
build.rs appease `clippy::uninlined-format-args` 5 months ago