[INFO] fetching crate tss-tspi 0.0.1... [INFO] checking tss-tspi-0.0.1 against master#5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f for pr-87248 [INFO] extracting crate tss-tspi 0.0.1 into /workspace/builds/worker-14/source [INFO] validating manifest of crates.io crate tss-tspi 0.0.1 on toolchain 5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate tss-tspi 0.0.1 [INFO] finished tweaking crates.io crate tss-tspi 0.0.1 [INFO] tweaked toml for crates.io crate tss-tspi 0.0.1 written to /workspace/builds/worker-14/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c689c9a6b89965d5ef223d9b7a553d5d2e860d74f5237f3b3d4c43297c86202c [INFO] running `Command { std: "docker" "start" "-a" "c689c9a6b89965d5ef223d9b7a553d5d2e860d74f5237f3b3d4c43297c86202c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c689c9a6b89965d5ef223d9b7a553d5d2e860d74f5237f3b3d4c43297c86202c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c689c9a6b89965d5ef223d9b7a553d5d2e860d74f5237f3b3d4c43297c86202c", kill_on_drop: false }` [INFO] [stdout] c689c9a6b89965d5ef223d9b7a553d5d2e860d74f5237f3b3d4c43297c86202c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0297da4dc556e57f20e7cc11d5e6b3cade04846959e650d7fbc77630e9b7f5ec [INFO] running `Command { std: "docker" "start" "-a" "0297da4dc556e57f20e7cc11d5e6b3cade04846959e650d7fbc77630e9b7f5ec", kill_on_drop: false }` [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling regex v0.2.11 [INFO] [stderr] Checking utf8-ranges v1.0.4 [INFO] [stderr] Compiling tss-tspi v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] Checking ansi_term v0.9.0 [INFO] [stderr] Checking regex-syntax v0.5.6 [INFO] [stderr] Checking aho-corasick v0.6.10 [INFO] [stderr] Checking backtrace v0.3.61 [INFO] [stderr] Checking thread_local v0.3.6 [INFO] [stderr] Checking error-chain v0.10.0 [INFO] [stderr] Checking log v0.3.9 [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:192:1 [INFO] [stdout] | [INFO] [stdout] 192 | / bitflags! { [INFO] [stdout] 193 | | pub struct PcrLocality: sys::TPM_LOCALITY_SELECTION { [INFO] [stdout] 194 | | const PCR_LOCALITY_0 = 0b00001; [INFO] [stdout] 195 | | const PCR_LOCALITY_1 = 0b00010; [INFO] [stdout] ... | [INFO] [stdout] 204 | | } [INFO] [stdout] 205 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:192:1 [INFO] [stdout] | [INFO] [stdout] 192 | / bitflags! { [INFO] [stdout] 193 | | pub struct PcrLocality: sys::TPM_LOCALITY_SELECTION { [INFO] [stdout] 194 | | const PCR_LOCALITY_0 = 0b00001; [INFO] [stdout] 195 | | const PCR_LOCALITY_1 = 0b00010; [INFO] [stdout] ... | [INFO] [stdout] 204 | | } [INFO] [stdout] 205 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:192:1 [INFO] [stdout] | [INFO] [stdout] 192 | / bitflags! { [INFO] [stdout] 193 | | pub struct PcrLocality: sys::TPM_LOCALITY_SELECTION { [INFO] [stdout] 194 | | const PCR_LOCALITY_0 = 0b00001; [INFO] [stdout] 195 | | const PCR_LOCALITY_1 = 0b00010; [INFO] [stdout] ... | [INFO] [stdout] 204 | | } [INFO] [stdout] 205 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:207:1 [INFO] [stdout] | [INFO] [stdout] 207 | / bitflags! { [INFO] [stdout] 208 | | pub struct NvPermissions: sys::TPM_NV_PER_ATTRIBUTES { [INFO] [stdout] 209 | | // from tss/tpm.h [INFO] [stdout] 210 | | const TPM_NV_PER_READ_STCLEAR = (1 << 31); [INFO] [stdout] ... | [INFO] [stdout] 221 | | } [INFO] [stdout] 222 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:207:1 [INFO] [stdout] | [INFO] [stdout] 207 | / bitflags! { [INFO] [stdout] 208 | | pub struct NvPermissions: sys::TPM_NV_PER_ATTRIBUTES { [INFO] [stdout] 209 | | // from tss/tpm.h [INFO] [stdout] 210 | | const TPM_NV_PER_READ_STCLEAR = (1 << 31); [INFO] [stdout] ... | [INFO] [stdout] 221 | | } [INFO] [stdout] 222 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:207:1 [INFO] [stdout] | [INFO] [stdout] 207 | / bitflags! { [INFO] [stdout] 208 | | pub struct NvPermissions: sys::TPM_NV_PER_ATTRIBUTES { [INFO] [stdout] 209 | | // from tss/tpm.h [INFO] [stdout] 210 | | const TPM_NV_PER_READ_STCLEAR = (1 << 31); [INFO] [stdout] ... | [INFO] [stdout] 221 | | } [INFO] [stdout] 222 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:127:1 [INFO] [stdout] | [INFO] [stdout] 127 | / error_chain! { [INFO] [stdout] 128 | | foreign_links { [INFO] [stdout] 129 | | Io(::std::io::Error); [INFO] [stdout] 130 | | } [INFO] [stdout] ... | [INFO] [stdout] 156 | | } [INFO] [stdout] 157 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `error_chain_processed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::cause`: replaced by Error::source, which can support downcasting [INFO] [stdout] --> src/errors.rs:127:1 [INFO] [stdout] | [INFO] [stdout] 127 | / error_chain! { [INFO] [stdout] 128 | | foreign_links { [INFO] [stdout] 129 | | Io(::std::io::Error); [INFO] [stdout] 130 | | } [INFO] [stdout] ... | [INFO] [stdout] 156 | | } [INFO] [stdout] 157 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `error_chain_processed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking env_logger v0.4.3 [INFO] [stderr] Checking pretty_env_logger v0.1.1 [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:192:1 [INFO] [stdout] | [INFO] [stdout] 192 | / bitflags! { [INFO] [stdout] 193 | | pub struct PcrLocality: sys::TPM_LOCALITY_SELECTION { [INFO] [stdout] 194 | | const PCR_LOCALITY_0 = 0b00001; [INFO] [stdout] 195 | | const PCR_LOCALITY_1 = 0b00010; [INFO] [stdout] ... | [INFO] [stdout] 204 | | } [INFO] [stdout] 205 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:192:1 [INFO] [stdout] | [INFO] [stdout] 192 | / bitflags! { [INFO] [stdout] 193 | | pub struct PcrLocality: sys::TPM_LOCALITY_SELECTION { [INFO] [stdout] 194 | | const PCR_LOCALITY_0 = 0b00001; [INFO] [stdout] 195 | | const PCR_LOCALITY_1 = 0b00010; [INFO] [stdout] ... | [INFO] [stdout] 204 | | } [INFO] [stdout] 205 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:192:1 [INFO] [stdout] | [INFO] [stdout] 192 | / bitflags! { [INFO] [stdout] 193 | | pub struct PcrLocality: sys::TPM_LOCALITY_SELECTION { [INFO] [stdout] 194 | | const PCR_LOCALITY_0 = 0b00001; [INFO] [stdout] 195 | | const PCR_LOCALITY_1 = 0b00010; [INFO] [stdout] ... | [INFO] [stdout] 204 | | } [INFO] [stdout] 205 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:207:1 [INFO] [stdout] | [INFO] [stdout] 207 | / bitflags! { [INFO] [stdout] 208 | | pub struct NvPermissions: sys::TPM_NV_PER_ATTRIBUTES { [INFO] [stdout] 209 | | // from tss/tpm.h [INFO] [stdout] 210 | | const TPM_NV_PER_READ_STCLEAR = (1 << 31); [INFO] [stdout] ... | [INFO] [stdout] 221 | | } [INFO] [stdout] 222 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:207:1 [INFO] [stdout] | [INFO] [stdout] 207 | / bitflags! { [INFO] [stdout] 208 | | pub struct NvPermissions: sys::TPM_NV_PER_ATTRIBUTES { [INFO] [stdout] 209 | | // from tss/tpm.h [INFO] [stdout] 210 | | const TPM_NV_PER_READ_STCLEAR = (1 << 31); [INFO] [stdout] ... | [INFO] [stdout] 221 | | } [INFO] [stdout] 222 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:207:1 [INFO] [stdout] | [INFO] [stdout] 207 | / bitflags! { [INFO] [stdout] 208 | | pub struct NvPermissions: sys::TPM_NV_PER_ATTRIBUTES { [INFO] [stdout] 209 | | // from tss/tpm.h [INFO] [stdout] 210 | | const TPM_NV_PER_READ_STCLEAR = (1 << 31); [INFO] [stdout] ... | [INFO] [stdout] 221 | | } [INFO] [stdout] 222 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:127:1 [INFO] [stdout] | [INFO] [stdout] 127 | / error_chain! { [INFO] [stdout] 128 | | foreign_links { [INFO] [stdout] 129 | | Io(::std::io::Error); [INFO] [stdout] 130 | | } [INFO] [stdout] ... | [INFO] [stdout] 156 | | } [INFO] [stdout] 157 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `error_chain_processed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::cause`: replaced by Error::source, which can support downcasting [INFO] [stdout] --> src/errors.rs:127:1 [INFO] [stdout] | [INFO] [stdout] 127 | / error_chain! { [INFO] [stdout] 128 | | foreign_links { [INFO] [stdout] 129 | | Io(::std::io::Error); [INFO] [stdout] 130 | | } [INFO] [stdout] ... | [INFO] [stdout] 156 | | } [INFO] [stdout] 157 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `error_chain_processed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:759:19 [INFO] [stdout] | [INFO] [stdout] 759 | & ( * ( 0 as * const div_t ) ) . quot as * const _ as usize } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deref_nullptr)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:764:19 [INFO] [stdout] | [INFO] [stdout] 764 | & ( * ( 0 as * const div_t ) ) . rem as * const _ as usize } , [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:785:19 [INFO] [stdout] | [INFO] [stdout] 785 | & ( * ( 0 as * const ldiv_t ) ) . quot as * const _ as usize } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:790:19 [INFO] [stdout] | [INFO] [stdout] 790 | & ( * ( 0 as * const ldiv_t ) ) . rem as * const _ as usize } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:811:19 [INFO] [stdout] | [INFO] [stdout] 811 | & ( * ( 0 as * const lldiv_t ) ) . quot as * const _ as usize [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:816:19 [INFO] [stdout] | [INFO] [stdout] 816 | & ( * ( 0 as * const lldiv_t ) ) . rem as * const _ as usize } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:930:19 [INFO] [stdout] | [INFO] [stdout] 930 | & ( * ( 0 as * const __fsid_t ) ) . __val as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:1010:19 [INFO] [stdout] | [INFO] [stdout] 1010 | & ( * ( 0 as * const __sigset_t ) ) . __val as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:1032:19 [INFO] [stdout] | [INFO] [stdout] 1032 | & ( * ( 0 as * const timespec ) ) . tv_sec as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:1037:19 [INFO] [stdout] | [INFO] [stdout] 1037 | & ( * ( 0 as * const timespec ) ) . tv_nsec as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:1058:19 [INFO] [stdout] | [INFO] [stdout] 1058 | & ( * ( 0 as * const timeval ) ) . tv_sec as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:1063:19 [INFO] [stdout] | [INFO] [stdout] 1063 | & ( * ( 0 as * const timeval ) ) . tv_usec as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:1085:19 [INFO] [stdout] | [INFO] [stdout] 1085 | & ( * ( 0 as * const fd_set ) ) . __fds_bits as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:1137:19 [INFO] [stdout] | [INFO] [stdout] 1137 | & ( * ( 0 as * const pthread_attr_t ) ) . __size as * const _ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:1142:19 [INFO] [stdout] | [INFO] [stdout] 1142 | & ( * ( 0 as * const pthread_attr_t ) ) . __align as * const _ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:1165:19 [INFO] [stdout] | [INFO] [stdout] 1165 | & ( * ( 0 as * const __pthread_internal_list ) ) . __prev as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:1170:19 [INFO] [stdout] | [INFO] [stdout] 1170 | & ( * ( 0 as * const __pthread_internal_list ) ) . __next as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:1210:19 [INFO] [stdout] | [INFO] [stdout] 1210 | & ( * ( 0 as * const pthread_mutex_t___pthread_mutex_s ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:1216:19 [INFO] [stdout] | [INFO] [stdout] 1216 | & ( * ( 0 as * const pthread_mutex_t___pthread_mutex_s ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:1222:19 [INFO] [stdout] | [INFO] [stdout] 1222 | & ( * ( 0 as * const pthread_mutex_t___pthread_mutex_s ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:1228:19 [INFO] [stdout] | [INFO] [stdout] 1228 | & ( * ( 0 as * const pthread_mutex_t___pthread_mutex_s ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:1234:19 [INFO] [stdout] | [INFO] [stdout] 1234 | & ( * ( 0 as * const pthread_mutex_t___pthread_mutex_s ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:1240:19 [INFO] [stdout] | [INFO] [stdout] 1240 | & ( * ( 0 as * const pthread_mutex_t___pthread_mutex_s ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:1246:19 [INFO] [stdout] | [INFO] [stdout] 1246 | & ( * ( 0 as * const pthread_mutex_t___pthread_mutex_s ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:1252:19 [INFO] [stdout] | [INFO] [stdout] 1252 | & ( * ( 0 as * const pthread_mutex_t___pthread_mutex_s ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:1268:19 [INFO] [stdout] | [INFO] [stdout] 1268 | & ( * ( 0 as * const pthread_mutex_t ) ) . __data as * const _ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:1273:19 [INFO] [stdout] | [INFO] [stdout] 1273 | & ( * ( 0 as * const pthread_mutex_t ) ) . __size as * const _ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:1278:19 [INFO] [stdout] | [INFO] [stdout] 1278 | & ( * ( 0 as * const pthread_mutex_t ) ) . __align as * const [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:1301:19 [INFO] [stdout] | [INFO] [stdout] 1301 | & ( * ( 0 as * const pthread_mutexattr_t ) ) . __size as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:1306:19 [INFO] [stdout] | [INFO] [stdout] 1306 | & ( * ( 0 as * const pthread_mutexattr_t ) ) . __align as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:1344:19 [INFO] [stdout] | [INFO] [stdout] 1344 | & ( * ( 0 as * const pthread_cond_t__bindgen_ty_1 ) ) . __lock [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:1350:19 [INFO] [stdout] | [INFO] [stdout] 1350 | & ( * ( 0 as * const pthread_cond_t__bindgen_ty_1 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:1356:19 [INFO] [stdout] | [INFO] [stdout] 1356 | & ( * ( 0 as * const pthread_cond_t__bindgen_ty_1 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:1362:19 [INFO] [stdout] | [INFO] [stdout] 1362 | & ( * ( 0 as * const pthread_cond_t__bindgen_ty_1 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:1368:19 [INFO] [stdout] | [INFO] [stdout] 1368 | & ( * ( 0 as * const pthread_cond_t__bindgen_ty_1 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:1374:19 [INFO] [stdout] | [INFO] [stdout] 1374 | & ( * ( 0 as * const pthread_cond_t__bindgen_ty_1 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:1380:19 [INFO] [stdout] | [INFO] [stdout] 1380 | & ( * ( 0 as * const pthread_cond_t__bindgen_ty_1 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:1386:19 [INFO] [stdout] | [INFO] [stdout] 1386 | & ( * ( 0 as * const pthread_cond_t__bindgen_ty_1 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:1402:19 [INFO] [stdout] | [INFO] [stdout] 1402 | & ( * ( 0 as * const pthread_cond_t ) ) . __data as * const _ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:1407:19 [INFO] [stdout] | [INFO] [stdout] 1407 | & ( * ( 0 as * const pthread_cond_t ) ) . __size as * const _ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:1412:19 [INFO] [stdout] | [INFO] [stdout] 1412 | & ( * ( 0 as * const pthread_cond_t ) ) . __align as * const _ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:1434:19 [INFO] [stdout] | [INFO] [stdout] 1434 | & ( * ( 0 as * const pthread_condattr_t ) ) . __size as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:1439:19 [INFO] [stdout] | [INFO] [stdout] 1439 | & ( * ( 0 as * const pthread_condattr_t ) ) . __align as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:1484:19 [INFO] [stdout] | [INFO] [stdout] 1484 | & ( * ( 0 as * const pthread_rwlock_t__bindgen_ty_1 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:1490:19 [INFO] [stdout] | [INFO] [stdout] 1490 | & ( * ( 0 as * const pthread_rwlock_t__bindgen_ty_1 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:1496:19 [INFO] [stdout] | [INFO] [stdout] 1496 | & ( * ( 0 as * const pthread_rwlock_t__bindgen_ty_1 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:1502:19 [INFO] [stdout] | [INFO] [stdout] 1502 | & ( * ( 0 as * const pthread_rwlock_t__bindgen_ty_1 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:1508:19 [INFO] [stdout] | [INFO] [stdout] 1508 | & ( * ( 0 as * const pthread_rwlock_t__bindgen_ty_1 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:1515:19 [INFO] [stdout] | [INFO] [stdout] 1515 | & ( * ( 0 as * const pthread_rwlock_t__bindgen_ty_1 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:1522:19 [INFO] [stdout] | [INFO] [stdout] 1522 | & ( * ( 0 as * const pthread_rwlock_t__bindgen_ty_1 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:1528:19 [INFO] [stdout] | [INFO] [stdout] 1528 | & ( * ( 0 as * const pthread_rwlock_t__bindgen_ty_1 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:1534:19 [INFO] [stdout] | [INFO] [stdout] 1534 | & ( * ( 0 as * const pthread_rwlock_t__bindgen_ty_1 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:1540:19 [INFO] [stdout] | [INFO] [stdout] 1540 | & ( * ( 0 as * const pthread_rwlock_t__bindgen_ty_1 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:1546:19 [INFO] [stdout] | [INFO] [stdout] 1546 | & ( * ( 0 as * const pthread_rwlock_t__bindgen_ty_1 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:1552:19 [INFO] [stdout] | [INFO] [stdout] 1552 | & ( * ( 0 as * const pthread_rwlock_t__bindgen_ty_1 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:1568:19 [INFO] [stdout] | [INFO] [stdout] 1568 | & ( * ( 0 as * const pthread_rwlock_t ) ) . __data as * const [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:1573:19 [INFO] [stdout] | [INFO] [stdout] 1573 | & ( * ( 0 as * const pthread_rwlock_t ) ) . __size as * const [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:1578:19 [INFO] [stdout] | [INFO] [stdout] 1578 | & ( * ( 0 as * const pthread_rwlock_t ) ) . __align as * const [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:1601:19 [INFO] [stdout] | [INFO] [stdout] 1601 | & ( * ( 0 as * const pthread_rwlockattr_t ) ) . __size as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:1606:19 [INFO] [stdout] | [INFO] [stdout] 1606 | & ( * ( 0 as * const pthread_rwlockattr_t ) ) . __align as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:1629:19 [INFO] [stdout] | [INFO] [stdout] 1629 | & ( * ( 0 as * const pthread_barrier_t ) ) . __size as * const [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:1634:19 [INFO] [stdout] | [INFO] [stdout] 1634 | & ( * ( 0 as * const pthread_barrier_t ) ) . __align as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:1658:19 [INFO] [stdout] | [INFO] [stdout] 1658 | & ( * ( 0 as * const pthread_barrierattr_t ) ) . __size as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:1663:19 [INFO] [stdout] | [INFO] [stdout] 1663 | & ( * ( 0 as * const pthread_barrierattr_t ) ) . __align as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:1704:19 [INFO] [stdout] | [INFO] [stdout] 1704 | & ( * ( 0 as * const random_data ) ) . fptr as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:1709:19 [INFO] [stdout] | [INFO] [stdout] 1709 | & ( * ( 0 as * const random_data ) ) . rptr as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:1714:19 [INFO] [stdout] | [INFO] [stdout] 1714 | & ( * ( 0 as * const random_data ) ) . state as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:1719:19 [INFO] [stdout] | [INFO] [stdout] 1719 | & ( * ( 0 as * const random_data ) ) . rand_type as * const _ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:1724:19 [INFO] [stdout] | [INFO] [stdout] 1724 | & ( * ( 0 as * const random_data ) ) . rand_deg as * const _ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:1729:19 [INFO] [stdout] | [INFO] [stdout] 1729 | & ( * ( 0 as * const random_data ) ) . rand_sep as * const _ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:1734:19 [INFO] [stdout] | [INFO] [stdout] 1734 | & ( * ( 0 as * const random_data ) ) . end_ptr as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:1816:19 [INFO] [stdout] | [INFO] [stdout] 1816 | & ( * ( 0 as * const drand48_data ) ) . __x as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:1821:19 [INFO] [stdout] | [INFO] [stdout] 1821 | & ( * ( 0 as * const drand48_data ) ) . __old_x as * const _ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:1826:19 [INFO] [stdout] | [INFO] [stdout] 1826 | & ( * ( 0 as * const drand48_data ) ) . __c as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:1831:19 [INFO] [stdout] | [INFO] [stdout] 1831 | & ( * ( 0 as * const drand48_data ) ) . __init as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:1836:19 [INFO] [stdout] | [INFO] [stdout] 1836 | & ( * ( 0 as * const drand48_data ) ) . __a as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:2194:19 [INFO] [stdout] | [INFO] [stdout] 2194 | & ( * ( 0 as * const tdTPM_STRUCT_VER ) ) . major as * const _ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:2199:19 [INFO] [stdout] | [INFO] [stdout] 2199 | & ( * ( 0 as * const tdTPM_STRUCT_VER ) ) . minor as * const _ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:2204:19 [INFO] [stdout] | [INFO] [stdout] 2204 | & ( * ( 0 as * const tdTPM_STRUCT_VER ) ) . revMajor as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:2209:19 [INFO] [stdout] | [INFO] [stdout] 2209 | & ( * ( 0 as * const tdTPM_STRUCT_VER ) ) . revMinor as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:2297:19 [INFO] [stdout] | [INFO] [stdout] 2297 | & ( * ( 0 as * const tdTPM_VERSION ) ) . major as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:2302:19 [INFO] [stdout] | [INFO] [stdout] 2302 | & ( * ( 0 as * const tdTPM_VERSION ) ) . minor as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:2307:19 [INFO] [stdout] | [INFO] [stdout] 2307 | & ( * ( 0 as * const tdTPM_VERSION ) ) . revMajor as * const _ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:2312:19 [INFO] [stdout] | [INFO] [stdout] 2312 | & ( * ( 0 as * const tdTPM_VERSION ) ) . revMinor as * const _ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:2333:19 [INFO] [stdout] | [INFO] [stdout] 2333 | & ( * ( 0 as * const tdTPM_DIGEST ) ) . digest as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:2360:19 [INFO] [stdout] | [INFO] [stdout] 2360 | & ( * ( 0 as * const tdTPM_NONCE ) ) . nonce as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:2383:19 [INFO] [stdout] | [INFO] [stdout] 2383 | & ( * ( 0 as * const tdTPM_AUTHDATA ) ) . authdata as * const [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:2409:19 [INFO] [stdout] | [INFO] [stdout] 2409 | & ( * ( 0 as * const tdTPM_KEY_HANDLE_LIST ) ) . loaded as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:2414:19 [INFO] [stdout] | [INFO] [stdout] 2414 | & ( * ( 0 as * const tdTPM_KEY_HANDLE_LIST ) ) . handle as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:2444:19 [INFO] [stdout] | [INFO] [stdout] 2444 | & ( * ( 0 as * const tdTPM_CHANGEAUTH_VALIDATE ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:2450:19 [INFO] [stdout] | [INFO] [stdout] 2450 | & ( * ( 0 as * const tdTPM_CHANGEAUTH_VALIDATE ) ) . n1 as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:2475:19 [INFO] [stdout] | [INFO] [stdout] 2475 | & ( * ( 0 as * const tdTPM_COUNTER_VALUE ) ) . tag as * const [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:2480:19 [INFO] [stdout] | [INFO] [stdout] 2480 | & ( * ( 0 as * const tdTPM_COUNTER_VALUE ) ) . label as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:2485:19 [INFO] [stdout] | [INFO] [stdout] 2485 | & ( * ( 0 as * const tdTPM_COUNTER_VALUE ) ) . counter as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:2510:19 [INFO] [stdout] | [INFO] [stdout] 2510 | & ( * ( 0 as * const tdTPM_SIGN_INFO ) ) . tag as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:2515:19 [INFO] [stdout] | [INFO] [stdout] 2515 | & ( * ( 0 as * const tdTPM_SIGN_INFO ) ) . fixed as * const _ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:2520:19 [INFO] [stdout] | [INFO] [stdout] 2520 | & ( * ( 0 as * const tdTPM_SIGN_INFO ) ) . replay as * const _ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:2525:19 [INFO] [stdout] | [INFO] [stdout] 2525 | & ( * ( 0 as * const tdTPM_SIGN_INFO ) ) . dataLen as * const [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:2530:19 [INFO] [stdout] | [INFO] [stdout] 2530 | & ( * ( 0 as * const tdTPM_SIGN_INFO ) ) . data as * const _ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:2553:19 [INFO] [stdout] | [INFO] [stdout] 2553 | & ( * ( 0 as * const tdTPM_MSA_COMPOSITE ) ) . MSAlist as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:2558:19 [INFO] [stdout] | [INFO] [stdout] 2558 | & ( * ( 0 as * const tdTPM_MSA_COMPOSITE ) ) . migAuthDigest [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:2581:19 [INFO] [stdout] | [INFO] [stdout] 2581 | & ( * ( 0 as * const tdTPM_CMK_AUTH ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:2587:19 [INFO] [stdout] | [INFO] [stdout] 2587 | & ( * ( 0 as * const tdTPM_CMK_AUTH ) ) . destinationKeyDigest [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:2592:19 [INFO] [stdout] | [INFO] [stdout] 2592 | & ( * ( 0 as * const tdTPM_CMK_AUTH ) ) . sourceKeyDigest as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:2616:19 [INFO] [stdout] | [INFO] [stdout] 2616 | & ( * ( 0 as * const tdTPM_SELECT_SIZE ) ) . major as * const [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:2621:19 [INFO] [stdout] | [INFO] [stdout] 2621 | & ( * ( 0 as * const tdTPM_SELECT_SIZE ) ) . minor as * const [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:2626:19 [INFO] [stdout] | [INFO] [stdout] 2626 | & ( * ( 0 as * const tdTPM_SELECT_SIZE ) ) . reqSize as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:2649:19 [INFO] [stdout] | [INFO] [stdout] 2649 | & ( * ( 0 as * const tdTPM_CMK_MIGAUTH ) ) . tag as * const _ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:2654:19 [INFO] [stdout] | [INFO] [stdout] 2654 | & ( * ( 0 as * const tdTPM_CMK_MIGAUTH ) ) . msaDigest as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:2659:19 [INFO] [stdout] | [INFO] [stdout] 2659 | & ( * ( 0 as * const tdTPM_CMK_MIGAUTH ) ) . pubKeyDigest as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:2683:19 [INFO] [stdout] | [INFO] [stdout] 2683 | & ( * ( 0 as * const tdTPM_CMK_SIGTICKET ) ) . tag as * const [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:2688:19 [INFO] [stdout] | [INFO] [stdout] 2688 | & ( * ( 0 as * const tdTPM_CMK_SIGTICKET ) ) . verKeyDigest as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:2693:19 [INFO] [stdout] | [INFO] [stdout] 2693 | & ( * ( 0 as * const tdTPM_CMK_SIGTICKET ) ) . signedData as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:2717:19 [INFO] [stdout] | [INFO] [stdout] 2717 | & ( * ( 0 as * const tdTPM_CMK_MA_APPROVAL ) ) . tag as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:2722:19 [INFO] [stdout] | [INFO] [stdout] 2722 | & ( * ( 0 as * const tdTPM_CMK_MA_APPROVAL ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:2767:19 [INFO] [stdout] | [INFO] [stdout] 2767 | & ( * ( 0 as * const tdTPM_PERMANENT_FLAGS ) ) . tag as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:2772:19 [INFO] [stdout] | [INFO] [stdout] 2772 | & ( * ( 0 as * const tdTPM_PERMANENT_FLAGS ) ) . disable as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:2777:19 [INFO] [stdout] | [INFO] [stdout] 2777 | & ( * ( 0 as * const tdTPM_PERMANENT_FLAGS ) ) . ownership as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:2782:19 [INFO] [stdout] | [INFO] [stdout] 2782 | & ( * ( 0 as * const tdTPM_PERMANENT_FLAGS ) ) . deactivated [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:2787:19 [INFO] [stdout] | [INFO] [stdout] 2787 | & ( * ( 0 as * const tdTPM_PERMANENT_FLAGS ) ) . readPubek as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:2792:19 [INFO] [stdout] | [INFO] [stdout] 2792 | & ( * ( 0 as * const tdTPM_PERMANENT_FLAGS ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:2798:19 [INFO] [stdout] | [INFO] [stdout] 2798 | & ( * ( 0 as * const tdTPM_PERMANENT_FLAGS ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:2803:19 [INFO] [stdout] | [INFO] [stdout] 2803 | & ( * ( 0 as * const tdTPM_PERMANENT_FLAGS ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:2809:19 [INFO] [stdout] | [INFO] [stdout] 2809 | & ( * ( 0 as * const tdTPM_PERMANENT_FLAGS ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:2815:19 [INFO] [stdout] | [INFO] [stdout] 2815 | & ( * ( 0 as * const tdTPM_PERMANENT_FLAGS ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:2821:19 [INFO] [stdout] | [INFO] [stdout] 2821 | & ( * ( 0 as * const tdTPM_PERMANENT_FLAGS ) ) . CEKPUsed as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:2826:19 [INFO] [stdout] | [INFO] [stdout] 2826 | & ( * ( 0 as * const tdTPM_PERMANENT_FLAGS ) ) . TPMpost as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:2831:19 [INFO] [stdout] | [INFO] [stdout] 2831 | & ( * ( 0 as * const tdTPM_PERMANENT_FLAGS ) ) . TPMpostLock [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:2836:19 [INFO] [stdout] | [INFO] [stdout] 2836 | & ( * ( 0 as * const tdTPM_PERMANENT_FLAGS ) ) . FIPS as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:2841:19 [INFO] [stdout] | [INFO] [stdout] 2841 | & ( * ( 0 as * const tdTPM_PERMANENT_FLAGS ) ) . Operator as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:2846:19 [INFO] [stdout] | [INFO] [stdout] 2846 | & ( * ( 0 as * const tdTPM_PERMANENT_FLAGS ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:2851:19 [INFO] [stdout] | [INFO] [stdout] 2851 | & ( * ( 0 as * const tdTPM_PERMANENT_FLAGS ) ) . nvLocked as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:2856:19 [INFO] [stdout] | [INFO] [stdout] 2856 | & ( * ( 0 as * const tdTPM_PERMANENT_FLAGS ) ) . readSRKPub as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:2861:19 [INFO] [stdout] | [INFO] [stdout] 2861 | & ( * ( 0 as * const tdTPM_PERMANENT_FLAGS ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:2866:19 [INFO] [stdout] | [INFO] [stdout] 2866 | & ( * ( 0 as * const tdTPM_PERMANENT_FLAGS ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:2871:19 [INFO] [stdout] | [INFO] [stdout] 2871 | & ( * ( 0 as * const tdTPM_PERMANENT_FLAGS ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:2899:19 [INFO] [stdout] | [INFO] [stdout] 2899 | & ( * ( 0 as * const tdTPM_STCLEAR_FLAGS ) ) . tag as * const [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:2904:19 [INFO] [stdout] | [INFO] [stdout] 2904 | & ( * ( 0 as * const tdTPM_STCLEAR_FLAGS ) ) . deactivated as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:2909:19 [INFO] [stdout] | [INFO] [stdout] 2909 | & ( * ( 0 as * const tdTPM_STCLEAR_FLAGS ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:2915:19 [INFO] [stdout] | [INFO] [stdout] 2915 | & ( * ( 0 as * const tdTPM_STCLEAR_FLAGS ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:2920:19 [INFO] [stdout] | [INFO] [stdout] 2920 | & ( * ( 0 as * const tdTPM_STCLEAR_FLAGS ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:2926:19 [INFO] [stdout] | [INFO] [stdout] 2926 | & ( * ( 0 as * const tdTPM_STCLEAR_FLAGS ) ) . bGlobalLock as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:2951:19 [INFO] [stdout] | [INFO] [stdout] 2951 | & ( * ( 0 as * const tdTPM_STANY_FLAGS ) ) . tag as * const _ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:2956:19 [INFO] [stdout] | [INFO] [stdout] 2956 | & ( * ( 0 as * const tdTPM_STANY_FLAGS ) ) . postInitialise as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:2961:19 [INFO] [stdout] | [INFO] [stdout] 2961 | & ( * ( 0 as * const tdTPM_STANY_FLAGS ) ) . localityModifier [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:2966:19 [INFO] [stdout] | [INFO] [stdout] 2966 | & ( * ( 0 as * const tdTPM_STANY_FLAGS ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:2972:19 [INFO] [stdout] | [INFO] [stdout] 2972 | & ( * ( 0 as * const tdTPM_STANY_FLAGS ) ) . TOSPresent as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:2996:19 [INFO] [stdout] | [INFO] [stdout] 2996 | & ( * ( 0 as * const tdTPM_PCR_SELECTION ) ) . sizeOfSelect as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3001:19 [INFO] [stdout] | [INFO] [stdout] 3001 | & ( * ( 0 as * const tdTPM_PCR_SELECTION ) ) . pcrSelect as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3025:19 [INFO] [stdout] | [INFO] [stdout] 3025 | & ( * ( 0 as * const tdTPM_PCR_COMPOSITE ) ) . select as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3030:19 [INFO] [stdout] | [INFO] [stdout] 3030 | & ( * ( 0 as * const tdTPM_PCR_COMPOSITE ) ) . valueSize as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3035:19 [INFO] [stdout] | [INFO] [stdout] 3035 | & ( * ( 0 as * const tdTPM_PCR_COMPOSITE ) ) . pcrValue as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3058:19 [INFO] [stdout] | [INFO] [stdout] 3058 | & ( * ( 0 as * const tdTPM_PCR_INFO ) ) . pcrSelection as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3063:19 [INFO] [stdout] | [INFO] [stdout] 3063 | & ( * ( 0 as * const tdTPM_PCR_INFO ) ) . digestAtRelease as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3068:19 [INFO] [stdout] | [INFO] [stdout] 3068 | & ( * ( 0 as * const tdTPM_PCR_INFO ) ) . digestAtCreation as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3096:19 [INFO] [stdout] | [INFO] [stdout] 3096 | & ( * ( 0 as * const tdTPM_PCR_INFO_LONG ) ) . tag as * const [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3101:19 [INFO] [stdout] | [INFO] [stdout] 3101 | & ( * ( 0 as * const tdTPM_PCR_INFO_LONG ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3107:19 [INFO] [stdout] | [INFO] [stdout] 3107 | & ( * ( 0 as * const tdTPM_PCR_INFO_LONG ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3113:19 [INFO] [stdout] | [INFO] [stdout] 3113 | & ( * ( 0 as * const tdTPM_PCR_INFO_LONG ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3119:19 [INFO] [stdout] | [INFO] [stdout] 3119 | & ( * ( 0 as * const tdTPM_PCR_INFO_LONG ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3125:19 [INFO] [stdout] | [INFO] [stdout] 3125 | & ( * ( 0 as * const tdTPM_PCR_INFO_LONG ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3131:19 [INFO] [stdout] | [INFO] [stdout] 3131 | & ( * ( 0 as * const tdTPM_PCR_INFO_LONG ) ) . digestAtRelease [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3156:19 [INFO] [stdout] | [INFO] [stdout] 3156 | & ( * ( 0 as * const tdTPM_PCR_INFO_SHORT ) ) . pcrSelection [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3161:19 [INFO] [stdout] | [INFO] [stdout] 3161 | & ( * ( 0 as * const tdTPM_PCR_INFO_SHORT ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3167:19 [INFO] [stdout] | [INFO] [stdout] 3167 | & ( * ( 0 as * const tdTPM_PCR_INFO_SHORT ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3191:19 [INFO] [stdout] | [INFO] [stdout] 3191 | & ( * ( 0 as * const tdTPM_PCR_ATTRIBUTES ) ) . pcrReset as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3196:19 [INFO] [stdout] | [INFO] [stdout] 3196 | & ( * ( 0 as * const tdTPM_PCR_ATTRIBUTES ) ) . pcrExtendLocal [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3201:19 [INFO] [stdout] | [INFO] [stdout] 3201 | & ( * ( 0 as * const tdTPM_PCR_ATTRIBUTES ) ) . pcrResetLocal [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3226:19 [INFO] [stdout] | [INFO] [stdout] 3226 | & ( * ( 0 as * const tdTPM_STORED_DATA ) ) . ver as * const _ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3231:19 [INFO] [stdout] | [INFO] [stdout] 3231 | & ( * ( 0 as * const tdTPM_STORED_DATA ) ) . sealInfoSize as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3236:19 [INFO] [stdout] | [INFO] [stdout] 3236 | & ( * ( 0 as * const tdTPM_STORED_DATA ) ) . sealInfo as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3241:19 [INFO] [stdout] | [INFO] [stdout] 3241 | & ( * ( 0 as * const tdTPM_STORED_DATA ) ) . encDataSize as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3246:19 [INFO] [stdout] | [INFO] [stdout] 3246 | & ( * ( 0 as * const tdTPM_STORED_DATA ) ) . encData as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3273:19 [INFO] [stdout] | [INFO] [stdout] 3273 | & ( * ( 0 as * const tdTPM_STORED_DATA12 ) ) . tag as * const [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3278:19 [INFO] [stdout] | [INFO] [stdout] 3278 | & ( * ( 0 as * const tdTPM_STORED_DATA12 ) ) . et as * const _ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3283:19 [INFO] [stdout] | [INFO] [stdout] 3283 | & ( * ( 0 as * const tdTPM_STORED_DATA12 ) ) . sealInfoSize as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3288:19 [INFO] [stdout] | [INFO] [stdout] 3288 | & ( * ( 0 as * const tdTPM_STORED_DATA12 ) ) . sealInfo as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3293:19 [INFO] [stdout] | [INFO] [stdout] 3293 | & ( * ( 0 as * const tdTPM_STORED_DATA12 ) ) . encDataSize as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3298:19 [INFO] [stdout] | [INFO] [stdout] 3298 | & ( * ( 0 as * const tdTPM_STORED_DATA12 ) ) . encData as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3324:19 [INFO] [stdout] | [INFO] [stdout] 3324 | & ( * ( 0 as * const tdTPM_SEALED_DATA ) ) . payload as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3329:19 [INFO] [stdout] | [INFO] [stdout] 3329 | & ( * ( 0 as * const tdTPM_SEALED_DATA ) ) . authData as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3334:19 [INFO] [stdout] | [INFO] [stdout] 3334 | & ( * ( 0 as * const tdTPM_SEALED_DATA ) ) . tpmProof as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3339:19 [INFO] [stdout] | [INFO] [stdout] 3339 | & ( * ( 0 as * const tdTPM_SEALED_DATA ) ) . storedDigest as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3344:19 [INFO] [stdout] | [INFO] [stdout] 3344 | & ( * ( 0 as * const tdTPM_SEALED_DATA ) ) . dataSize as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3349:19 [INFO] [stdout] | [INFO] [stdout] 3349 | & ( * ( 0 as * const tdTPM_SEALED_DATA ) ) . data as * const _ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3374:19 [INFO] [stdout] | [INFO] [stdout] 3374 | & ( * ( 0 as * const tdTPM_SYMMETRIC_KEY ) ) . algId as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3379:19 [INFO] [stdout] | [INFO] [stdout] 3379 | & ( * ( 0 as * const tdTPM_SYMMETRIC_KEY ) ) . encScheme as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3384:19 [INFO] [stdout] | [INFO] [stdout] 3384 | & ( * ( 0 as * const tdTPM_SYMMETRIC_KEY ) ) . size as * const [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3389:19 [INFO] [stdout] | [INFO] [stdout] 3389 | & ( * ( 0 as * const tdTPM_SYMMETRIC_KEY ) ) . data as * const [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3412:19 [INFO] [stdout] | [INFO] [stdout] 3412 | & ( * ( 0 as * const tdTPM_BOUND_DATA ) ) . ver as * const _ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3417:19 [INFO] [stdout] | [INFO] [stdout] 3417 | & ( * ( 0 as * const tdTPM_BOUND_DATA ) ) . payload as * const [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3422:19 [INFO] [stdout] | [INFO] [stdout] 3422 | & ( * ( 0 as * const tdTPM_BOUND_DATA ) ) . payloadData as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3447:19 [INFO] [stdout] | [INFO] [stdout] 3447 | & ( * ( 0 as * const tdTPM_KEY_PARMS ) ) . algorithmID as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3452:19 [INFO] [stdout] | [INFO] [stdout] 3452 | & ( * ( 0 as * const tdTPM_KEY_PARMS ) ) . encScheme as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3457:19 [INFO] [stdout] | [INFO] [stdout] 3457 | & ( * ( 0 as * const tdTPM_KEY_PARMS ) ) . sigScheme as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3462:19 [INFO] [stdout] | [INFO] [stdout] 3462 | & ( * ( 0 as * const tdTPM_KEY_PARMS ) ) . parmSize as * const [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3467:19 [INFO] [stdout] | [INFO] [stdout] 3467 | & ( * ( 0 as * const tdTPM_KEY_PARMS ) ) . parms as * const _ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3492:19 [INFO] [stdout] | [INFO] [stdout] 3492 | & ( * ( 0 as * const tdTPM_RSA_KEY_PARMS ) ) . keyLength as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3497:19 [INFO] [stdout] | [INFO] [stdout] 3497 | & ( * ( 0 as * const tdTPM_RSA_KEY_PARMS ) ) . numPrimes as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3502:19 [INFO] [stdout] | [INFO] [stdout] 3502 | & ( * ( 0 as * const tdTPM_RSA_KEY_PARMS ) ) . exponentSize as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3507:19 [INFO] [stdout] | [INFO] [stdout] 3507 | & ( * ( 0 as * const tdTPM_RSA_KEY_PARMS ) ) . exponent as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3534:19 [INFO] [stdout] | [INFO] [stdout] 3534 | & ( * ( 0 as * const tdTPM_SYMMETRIC_KEY_PARMS ) ) . keyLength [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3540:19 [INFO] [stdout] | [INFO] [stdout] 3540 | & ( * ( 0 as * const tdTPM_SYMMETRIC_KEY_PARMS ) ) . blockSize [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3546:19 [INFO] [stdout] | [INFO] [stdout] 3546 | & ( * ( 0 as * const tdTPM_SYMMETRIC_KEY_PARMS ) ) . ivSize as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3552:19 [INFO] [stdout] | [INFO] [stdout] 3552 | & ( * ( 0 as * const tdTPM_SYMMETRIC_KEY_PARMS ) ) . IV as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3574:19 [INFO] [stdout] | [INFO] [stdout] 3574 | & ( * ( 0 as * const tdTPM_STORE_PUBKEY ) ) . keyLength as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3579:19 [INFO] [stdout] | [INFO] [stdout] 3579 | & ( * ( 0 as * const tdTPM_STORE_PUBKEY ) ) . key as * const _ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3601:19 [INFO] [stdout] | [INFO] [stdout] 3601 | & ( * ( 0 as * const tdTPM_PUBKEY ) ) . algorithmParms as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3606:19 [INFO] [stdout] | [INFO] [stdout] 3606 | & ( * ( 0 as * const tdTPM_PUBKEY ) ) . pubKey as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3629:19 [INFO] [stdout] | [INFO] [stdout] 3629 | & ( * ( 0 as * const tdTPM_STORE_PRIVKEY ) ) . keyLength as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3634:19 [INFO] [stdout] | [INFO] [stdout] 3634 | & ( * ( 0 as * const tdTPM_STORE_PRIVKEY ) ) . key as * const [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3660:19 [INFO] [stdout] | [INFO] [stdout] 3660 | & ( * ( 0 as * const tdTPM_STORE_ASYMKEY ) ) . payload as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3665:19 [INFO] [stdout] | [INFO] [stdout] 3665 | & ( * ( 0 as * const tdTPM_STORE_ASYMKEY ) ) . usageAuth as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3670:19 [INFO] [stdout] | [INFO] [stdout] 3670 | & ( * ( 0 as * const tdTPM_STORE_ASYMKEY ) ) . migrationAuth [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3675:19 [INFO] [stdout] | [INFO] [stdout] 3675 | & ( * ( 0 as * const tdTPM_STORE_ASYMKEY ) ) . pubDataDigest [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3680:19 [INFO] [stdout] | [INFO] [stdout] 3680 | & ( * ( 0 as * const tdTPM_STORE_ASYMKEY ) ) . privKey as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3710:19 [INFO] [stdout] | [INFO] [stdout] 3710 | & ( * ( 0 as * const tdTPM_KEY ) ) . ver as * const _ as usize [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3715:19 [INFO] [stdout] | [INFO] [stdout] 3715 | & ( * ( 0 as * const tdTPM_KEY ) ) . keyUsage as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3720:19 [INFO] [stdout] | [INFO] [stdout] 3720 | & ( * ( 0 as * const tdTPM_KEY ) ) . keyFlags as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3725:19 [INFO] [stdout] | [INFO] [stdout] 3725 | & ( * ( 0 as * const tdTPM_KEY ) ) . authDataUsage as * const [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3730:19 [INFO] [stdout] | [INFO] [stdout] 3730 | & ( * ( 0 as * const tdTPM_KEY ) ) . algorithmParms as * const [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3735:19 [INFO] [stdout] | [INFO] [stdout] 3735 | & ( * ( 0 as * const tdTPM_KEY ) ) . PCRInfoSize as * const _ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3740:19 [INFO] [stdout] | [INFO] [stdout] 3740 | & ( * ( 0 as * const tdTPM_KEY ) ) . PCRInfo as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3745:19 [INFO] [stdout] | [INFO] [stdout] 3745 | & ( * ( 0 as * const tdTPM_KEY ) ) . pubKey as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3750:19 [INFO] [stdout] | [INFO] [stdout] 3750 | & ( * ( 0 as * const tdTPM_KEY ) ) . encSize as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3755:19 [INFO] [stdout] | [INFO] [stdout] 3755 | & ( * ( 0 as * const tdTPM_KEY ) ) . encData as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3786:19 [INFO] [stdout] | [INFO] [stdout] 3786 | & ( * ( 0 as * const tdTPM_KEY12 ) ) . tag as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3791:19 [INFO] [stdout] | [INFO] [stdout] 3791 | & ( * ( 0 as * const tdTPM_KEY12 ) ) . fill as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3796:19 [INFO] [stdout] | [INFO] [stdout] 3796 | & ( * ( 0 as * const tdTPM_KEY12 ) ) . keyUsage as * const _ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3801:19 [INFO] [stdout] | [INFO] [stdout] 3801 | & ( * ( 0 as * const tdTPM_KEY12 ) ) . keyFlags as * const _ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3806:19 [INFO] [stdout] | [INFO] [stdout] 3806 | & ( * ( 0 as * const tdTPM_KEY12 ) ) . authDataUsage as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3811:19 [INFO] [stdout] | [INFO] [stdout] 3811 | & ( * ( 0 as * const tdTPM_KEY12 ) ) . algorithmParms as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3816:19 [INFO] [stdout] | [INFO] [stdout] 3816 | & ( * ( 0 as * const tdTPM_KEY12 ) ) . PCRInfoSize as * const [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3821:19 [INFO] [stdout] | [INFO] [stdout] 3821 | & ( * ( 0 as * const tdTPM_KEY12 ) ) . PCRInfo as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3826:19 [INFO] [stdout] | [INFO] [stdout] 3826 | & ( * ( 0 as * const tdTPM_KEY12 ) ) . pubKey as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3831:19 [INFO] [stdout] | [INFO] [stdout] 3831 | & ( * ( 0 as * const tdTPM_KEY12 ) ) . encSize as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3836:19 [INFO] [stdout] | [INFO] [stdout] 3836 | & ( * ( 0 as * const tdTPM_KEY12 ) ) . encData as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3863:19 [INFO] [stdout] | [INFO] [stdout] 3863 | & ( * ( 0 as * const tdTPM_MIGRATE_ASYMKEY ) ) . payload as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3868:19 [INFO] [stdout] | [INFO] [stdout] 3868 | & ( * ( 0 as * const tdTPM_MIGRATE_ASYMKEY ) ) . usageAuth as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3873:19 [INFO] [stdout] | [INFO] [stdout] 3873 | & ( * ( 0 as * const tdTPM_MIGRATE_ASYMKEY ) ) . pubDataDigest [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3878:19 [INFO] [stdout] | [INFO] [stdout] 3878 | & ( * ( 0 as * const tdTPM_MIGRATE_ASYMKEY ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3883:19 [INFO] [stdout] | [INFO] [stdout] 3883 | & ( * ( 0 as * const tdTPM_MIGRATE_ASYMKEY ) ) . partPrivKey [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3909:19 [INFO] [stdout] | [INFO] [stdout] 3909 | & ( * ( 0 as * const tdTPM_MIGRATIONKEYAUTH ) ) . migrationKey [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3914:19 [INFO] [stdout] | [INFO] [stdout] 3914 | & ( * ( 0 as * const tdTPM_MIGRATIONKEYAUTH ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3919:19 [INFO] [stdout] | [INFO] [stdout] 3919 | & ( * ( 0 as * const tdTPM_MIGRATIONKEYAUTH ) ) . digest as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3949:19 [INFO] [stdout] | [INFO] [stdout] 3949 | & ( * ( 0 as * const tdTPM_CERTIFY_INFO ) ) . version as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3954:19 [INFO] [stdout] | [INFO] [stdout] 3954 | & ( * ( 0 as * const tdTPM_CERTIFY_INFO ) ) . keyUsage as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3959:19 [INFO] [stdout] | [INFO] [stdout] 3959 | & ( * ( 0 as * const tdTPM_CERTIFY_INFO ) ) . keyFlags as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3964:19 [INFO] [stdout] | [INFO] [stdout] 3964 | & ( * ( 0 as * const tdTPM_CERTIFY_INFO ) ) . authDataUsage as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3969:19 [INFO] [stdout] | [INFO] [stdout] 3969 | & ( * ( 0 as * const tdTPM_CERTIFY_INFO ) ) . algorithmParms [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3974:19 [INFO] [stdout] | [INFO] [stdout] 3974 | & ( * ( 0 as * const tdTPM_CERTIFY_INFO ) ) . pubkeyDigest as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3979:19 [INFO] [stdout] | [INFO] [stdout] 3979 | & ( * ( 0 as * const tdTPM_CERTIFY_INFO ) ) . data as * const [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3984:19 [INFO] [stdout] | [INFO] [stdout] 3984 | & ( * ( 0 as * const tdTPM_CERTIFY_INFO ) ) . parentPCRStatus [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3989:19 [INFO] [stdout] | [INFO] [stdout] 3989 | & ( * ( 0 as * const tdTPM_CERTIFY_INFO ) ) . PCRInfoSize as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:3994:19 [INFO] [stdout] | [INFO] [stdout] 3994 | & ( * ( 0 as * const tdTPM_CERTIFY_INFO ) ) . PCRInfo as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4030:19 [INFO] [stdout] | [INFO] [stdout] 4030 | & ( * ( 0 as * const tdTPM_CERTIFY_INFO2 ) ) . tag as * const [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4035:19 [INFO] [stdout] | [INFO] [stdout] 4035 | & ( * ( 0 as * const tdTPM_CERTIFY_INFO2 ) ) . fill as * const [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4040:19 [INFO] [stdout] | [INFO] [stdout] 4040 | & ( * ( 0 as * const tdTPM_CERTIFY_INFO2 ) ) . payloadType as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4045:19 [INFO] [stdout] | [INFO] [stdout] 4045 | & ( * ( 0 as * const tdTPM_CERTIFY_INFO2 ) ) . keyUsage as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4050:19 [INFO] [stdout] | [INFO] [stdout] 4050 | & ( * ( 0 as * const tdTPM_CERTIFY_INFO2 ) ) . keyFlags as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4055:19 [INFO] [stdout] | [INFO] [stdout] 4055 | & ( * ( 0 as * const tdTPM_CERTIFY_INFO2 ) ) . authDataUsage [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4060:19 [INFO] [stdout] | [INFO] [stdout] 4060 | & ( * ( 0 as * const tdTPM_CERTIFY_INFO2 ) ) . algorithmParms [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4065:19 [INFO] [stdout] | [INFO] [stdout] 4065 | & ( * ( 0 as * const tdTPM_CERTIFY_INFO2 ) ) . pubkeyDigest as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4070:19 [INFO] [stdout] | [INFO] [stdout] 4070 | & ( * ( 0 as * const tdTPM_CERTIFY_INFO2 ) ) . data as * const [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4075:19 [INFO] [stdout] | [INFO] [stdout] 4075 | & ( * ( 0 as * const tdTPM_CERTIFY_INFO2 ) ) . parentPCRStatus [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4080:19 [INFO] [stdout] | [INFO] [stdout] 4080 | & ( * ( 0 as * const tdTPM_CERTIFY_INFO2 ) ) . PCRInfoSize as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4085:19 [INFO] [stdout] | [INFO] [stdout] 4085 | & ( * ( 0 as * const tdTPM_CERTIFY_INFO2 ) ) . PCRInfo as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4090:19 [INFO] [stdout] | [INFO] [stdout] 4090 | & ( * ( 0 as * const tdTPM_CERTIFY_INFO2 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4096:19 [INFO] [stdout] | [INFO] [stdout] 4096 | & ( * ( 0 as * const tdTPM_CERTIFY_INFO2 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4121:19 [INFO] [stdout] | [INFO] [stdout] 4121 | & ( * ( 0 as * const tdTPM_QUOTE_INFO ) ) . version as * const [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4126:19 [INFO] [stdout] | [INFO] [stdout] 4126 | & ( * ( 0 as * const tdTPM_QUOTE_INFO ) ) . fixed as * const _ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4131:19 [INFO] [stdout] | [INFO] [stdout] 4131 | & ( * ( 0 as * const tdTPM_QUOTE_INFO ) ) . compositeHash as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4136:19 [INFO] [stdout] | [INFO] [stdout] 4136 | & ( * ( 0 as * const tdTPM_QUOTE_INFO ) ) . externalData as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4160:19 [INFO] [stdout] | [INFO] [stdout] 4160 | & ( * ( 0 as * const tdTPM_QUOTE_INFO2 ) ) . tag as * const _ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4165:19 [INFO] [stdout] | [INFO] [stdout] 4165 | & ( * ( 0 as * const tdTPM_QUOTE_INFO2 ) ) . fixed as * const [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4170:19 [INFO] [stdout] | [INFO] [stdout] 4170 | & ( * ( 0 as * const tdTPM_QUOTE_INFO2 ) ) . externalData as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4175:19 [INFO] [stdout] | [INFO] [stdout] 4175 | & ( * ( 0 as * const tdTPM_QUOTE_INFO2 ) ) . infoShort as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4199:19 [INFO] [stdout] | [INFO] [stdout] 4199 | & ( * ( 0 as * const tdTPM_EK_BLOB ) ) . tag as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4204:19 [INFO] [stdout] | [INFO] [stdout] 4204 | & ( * ( 0 as * const tdTPM_EK_BLOB ) ) . ekType as * const _ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4209:19 [INFO] [stdout] | [INFO] [stdout] 4209 | & ( * ( 0 as * const tdTPM_EK_BLOB ) ) . blobSize as * const _ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4214:19 [INFO] [stdout] | [INFO] [stdout] 4214 | & ( * ( 0 as * const tdTPM_EK_BLOB ) ) . blob as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4240:19 [INFO] [stdout] | [INFO] [stdout] 4240 | & ( * ( 0 as * const tdTPM_EK_BLOB_ACTIVATE ) ) . tag as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4245:19 [INFO] [stdout] | [INFO] [stdout] 4245 | & ( * ( 0 as * const tdTPM_EK_BLOB_ACTIVATE ) ) . sessionKey [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4250:19 [INFO] [stdout] | [INFO] [stdout] 4250 | & ( * ( 0 as * const tdTPM_EK_BLOB_ACTIVATE ) ) . idDigest as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4255:19 [INFO] [stdout] | [INFO] [stdout] 4255 | & ( * ( 0 as * const tdTPM_EK_BLOB_ACTIVATE ) ) . pcrInfo as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4277:19 [INFO] [stdout] | [INFO] [stdout] 4277 | & ( * ( 0 as * const tdTPM_EK_BLOB_AUTH ) ) . tag as * const _ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4282:19 [INFO] [stdout] | [INFO] [stdout] 4282 | & ( * ( 0 as * const tdTPM_EK_BLOB_AUTH ) ) . authValue as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4308:19 [INFO] [stdout] | [INFO] [stdout] 4308 | & ( * ( 0 as * const tdTPM_IDENTITY_CONTENTS ) ) . ver as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4313:19 [INFO] [stdout] | [INFO] [stdout] 4313 | & ( * ( 0 as * const tdTPM_IDENTITY_CONTENTS ) ) . ordinal as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4318:19 [INFO] [stdout] | [INFO] [stdout] 4318 | & ( * ( 0 as * const tdTPM_IDENTITY_CONTENTS ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4324:19 [INFO] [stdout] | [INFO] [stdout] 4324 | & ( * ( 0 as * const tdTPM_IDENTITY_CONTENTS ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4350:19 [INFO] [stdout] | [INFO] [stdout] 4350 | & ( * ( 0 as * const tdTPM_IDENTITY_REQ ) ) . asymSize as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4355:19 [INFO] [stdout] | [INFO] [stdout] 4355 | & ( * ( 0 as * const tdTPM_IDENTITY_REQ ) ) . symSize as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4360:19 [INFO] [stdout] | [INFO] [stdout] 4360 | & ( * ( 0 as * const tdTPM_IDENTITY_REQ ) ) . asymAlgorithm as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4365:19 [INFO] [stdout] | [INFO] [stdout] 4365 | & ( * ( 0 as * const tdTPM_IDENTITY_REQ ) ) . symAlgorithm as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4370:19 [INFO] [stdout] | [INFO] [stdout] 4370 | & ( * ( 0 as * const tdTPM_IDENTITY_REQ ) ) . asymBlob as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4375:19 [INFO] [stdout] | [INFO] [stdout] 4375 | & ( * ( 0 as * const tdTPM_IDENTITY_REQ ) ) . symBlob as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4409:19 [INFO] [stdout] | [INFO] [stdout] 4409 | & ( * ( 0 as * const tdTPM_IDENTITY_PROOF ) ) . ver as * const [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4414:19 [INFO] [stdout] | [INFO] [stdout] 4414 | & ( * ( 0 as * const tdTPM_IDENTITY_PROOF ) ) . labelSize as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4419:19 [INFO] [stdout] | [INFO] [stdout] 4419 | & ( * ( 0 as * const tdTPM_IDENTITY_PROOF ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4425:19 [INFO] [stdout] | [INFO] [stdout] 4425 | & ( * ( 0 as * const tdTPM_IDENTITY_PROOF ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4430:19 [INFO] [stdout] | [INFO] [stdout] 4430 | & ( * ( 0 as * const tdTPM_IDENTITY_PROOF ) ) . platformSize [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4435:19 [INFO] [stdout] | [INFO] [stdout] 4435 | & ( * ( 0 as * const tdTPM_IDENTITY_PROOF ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4440:19 [INFO] [stdout] | [INFO] [stdout] 4440 | & ( * ( 0 as * const tdTPM_IDENTITY_PROOF ) ) . identityKey as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4445:19 [INFO] [stdout] | [INFO] [stdout] 4445 | & ( * ( 0 as * const tdTPM_IDENTITY_PROOF ) ) . labelArea as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4450:19 [INFO] [stdout] | [INFO] [stdout] 4450 | & ( * ( 0 as * const tdTPM_IDENTITY_PROOF ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4455:19 [INFO] [stdout] | [INFO] [stdout] 4455 | & ( * ( 0 as * const tdTPM_IDENTITY_PROOF ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4461:19 [INFO] [stdout] | [INFO] [stdout] 4461 | & ( * ( 0 as * const tdTPM_IDENTITY_PROOF ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4467:19 [INFO] [stdout] | [INFO] [stdout] 4467 | & ( * ( 0 as * const tdTPM_IDENTITY_PROOF ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4492:19 [INFO] [stdout] | [INFO] [stdout] 4492 | & ( * ( 0 as * const tdTPM_ASYM_CA_CONTENTS ) ) . sessionKey [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4497:19 [INFO] [stdout] | [INFO] [stdout] 4497 | & ( * ( 0 as * const tdTPM_ASYM_CA_CONTENTS ) ) . idDigest as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4522:19 [INFO] [stdout] | [INFO] [stdout] 4522 | & ( * ( 0 as * const tdTPM_SYM_CA_ATTESTATION ) ) . credSize [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4528:19 [INFO] [stdout] | [INFO] [stdout] 4528 | & ( * ( 0 as * const tdTPM_SYM_CA_ATTESTATION ) ) . algorithm [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4534:19 [INFO] [stdout] | [INFO] [stdout] 4534 | & ( * ( 0 as * const tdTPM_SYM_CA_ATTESTATION ) ) . credential [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4560:19 [INFO] [stdout] | [INFO] [stdout] 4560 | & ( * ( 0 as * const tdTPM_CURRENT_TICKS ) ) . tag as * const [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4565:19 [INFO] [stdout] | [INFO] [stdout] 4565 | & ( * ( 0 as * const tdTPM_CURRENT_TICKS ) ) . currentTicks as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4570:19 [INFO] [stdout] | [INFO] [stdout] 4570 | & ( * ( 0 as * const tdTPM_CURRENT_TICKS ) ) . tickRate as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4575:19 [INFO] [stdout] | [INFO] [stdout] 4575 | & ( * ( 0 as * const tdTPM_CURRENT_TICKS ) ) . tickNonce as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4602:19 [INFO] [stdout] | [INFO] [stdout] 4602 | & ( * ( 0 as * const tdTPM_TRANSPORT_PUBLIC ) ) . tag as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4607:19 [INFO] [stdout] | [INFO] [stdout] 4607 | & ( * ( 0 as * const tdTPM_TRANSPORT_PUBLIC ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4612:19 [INFO] [stdout] | [INFO] [stdout] 4612 | & ( * ( 0 as * const tdTPM_TRANSPORT_PUBLIC ) ) . algId as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4617:19 [INFO] [stdout] | [INFO] [stdout] 4617 | & ( * ( 0 as * const tdTPM_TRANSPORT_PUBLIC ) ) . encScheme as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4645:19 [INFO] [stdout] | [INFO] [stdout] 4645 | & ( * ( 0 as * const tdTPM_TRANSPORT_INTERNAL ) ) . tag as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4650:19 [INFO] [stdout] | [INFO] [stdout] 4650 | & ( * ( 0 as * const tdTPM_TRANSPORT_INTERNAL ) ) . authData [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4656:19 [INFO] [stdout] | [INFO] [stdout] 4656 | & ( * ( 0 as * const tdTPM_TRANSPORT_INTERNAL ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4662:19 [INFO] [stdout] | [INFO] [stdout] 4662 | & ( * ( 0 as * const tdTPM_TRANSPORT_INTERNAL ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4668:19 [INFO] [stdout] | [INFO] [stdout] 4668 | & ( * ( 0 as * const tdTPM_TRANSPORT_INTERNAL ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4674:19 [INFO] [stdout] | [INFO] [stdout] 4674 | & ( * ( 0 as * const tdTPM_TRANSPORT_INTERNAL ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4700:19 [INFO] [stdout] | [INFO] [stdout] 4700 | & ( * ( 0 as * const tdTPM_TRANSPORT_LOG_IN ) ) . tag as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4705:19 [INFO] [stdout] | [INFO] [stdout] 4705 | & ( * ( 0 as * const tdTPM_TRANSPORT_LOG_IN ) ) . parameters [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4710:19 [INFO] [stdout] | [INFO] [stdout] 4710 | & ( * ( 0 as * const tdTPM_TRANSPORT_LOG_IN ) ) . pubKeyHash [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4736:19 [INFO] [stdout] | [INFO] [stdout] 4736 | & ( * ( 0 as * const tdTPM_TRANSPORT_LOG_OUT ) ) . tag as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4741:19 [INFO] [stdout] | [INFO] [stdout] 4741 | & ( * ( 0 as * const tdTPM_TRANSPORT_LOG_OUT ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4746:19 [INFO] [stdout] | [INFO] [stdout] 4746 | & ( * ( 0 as * const tdTPM_TRANSPORT_LOG_OUT ) ) . parameters [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4751:19 [INFO] [stdout] | [INFO] [stdout] 4751 | & ( * ( 0 as * const tdTPM_TRANSPORT_LOG_OUT ) ) . locality as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4775:19 [INFO] [stdout] | [INFO] [stdout] 4775 | & ( * ( 0 as * const tdTPM_TRANSPORT_AUTH ) ) . tag as * const [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4780:19 [INFO] [stdout] | [INFO] [stdout] 4780 | & ( * ( 0 as * const tdTPM_TRANSPORT_AUTH ) ) . authData as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4805:19 [INFO] [stdout] | [INFO] [stdout] 4805 | & ( * ( 0 as * const tdTPM_AUDIT_EVENT_IN ) ) . tag as * const [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4810:19 [INFO] [stdout] | [INFO] [stdout] 4810 | & ( * ( 0 as * const tdTPM_AUDIT_EVENT_IN ) ) . inputParms as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4815:19 [INFO] [stdout] | [INFO] [stdout] 4815 | & ( * ( 0 as * const tdTPM_AUDIT_EVENT_IN ) ) . auditCount as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4842:19 [INFO] [stdout] | [INFO] [stdout] 4842 | & ( * ( 0 as * const tdTPM_AUDIT_EVENT_OUT ) ) . tag as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4847:19 [INFO] [stdout] | [INFO] [stdout] 4847 | & ( * ( 0 as * const tdTPM_AUDIT_EVENT_OUT ) ) . ordinal as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4852:19 [INFO] [stdout] | [INFO] [stdout] 4852 | & ( * ( 0 as * const tdTPM_AUDIT_EVENT_OUT ) ) . outputParms [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4857:19 [INFO] [stdout] | [INFO] [stdout] 4857 | & ( * ( 0 as * const tdTPM_AUDIT_EVENT_OUT ) ) . auditCount as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4862:19 [INFO] [stdout] | [INFO] [stdout] 4862 | & ( * ( 0 as * const tdTPM_AUDIT_EVENT_OUT ) ) . returnCode as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4892:19 [INFO] [stdout] | [INFO] [stdout] 4892 | & ( * ( 0 as * const tdTPM_CONTEXT_BLOB ) ) . tag as * const _ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4897:19 [INFO] [stdout] | [INFO] [stdout] 4897 | & ( * ( 0 as * const tdTPM_CONTEXT_BLOB ) ) . resourceType as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4902:19 [INFO] [stdout] | [INFO] [stdout] 4902 | & ( * ( 0 as * const tdTPM_CONTEXT_BLOB ) ) . handle as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4907:19 [INFO] [stdout] | [INFO] [stdout] 4907 | & ( * ( 0 as * const tdTPM_CONTEXT_BLOB ) ) . label as * const [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4912:19 [INFO] [stdout] | [INFO] [stdout] 4912 | & ( * ( 0 as * const tdTPM_CONTEXT_BLOB ) ) . contextCount as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4917:19 [INFO] [stdout] | [INFO] [stdout] 4917 | & ( * ( 0 as * const tdTPM_CONTEXT_BLOB ) ) . integrityDigest [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4922:19 [INFO] [stdout] | [INFO] [stdout] 4922 | & ( * ( 0 as * const tdTPM_CONTEXT_BLOB ) ) . additionalSize [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4927:19 [INFO] [stdout] | [INFO] [stdout] 4927 | & ( * ( 0 as * const tdTPM_CONTEXT_BLOB ) ) . additionalData [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4932:19 [INFO] [stdout] | [INFO] [stdout] 4932 | & ( * ( 0 as * const tdTPM_CONTEXT_BLOB ) ) . sensitiveSize as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4937:19 [INFO] [stdout] | [INFO] [stdout] 4937 | & ( * ( 0 as * const tdTPM_CONTEXT_BLOB ) ) . sensitiveData as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4963:19 [INFO] [stdout] | [INFO] [stdout] 4963 | & ( * ( 0 as * const tdTPM_CONTEXT_SENSITIVE ) ) . tag as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4968:19 [INFO] [stdout] | [INFO] [stdout] 4968 | & ( * ( 0 as * const tdTPM_CONTEXT_SENSITIVE ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4973:19 [INFO] [stdout] | [INFO] [stdout] 4973 | & ( * ( 0 as * const tdTPM_CONTEXT_SENSITIVE ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:4978:19 [INFO] [stdout] | [INFO] [stdout] 4978 | & ( * ( 0 as * const tdTPM_CONTEXT_SENSITIVE ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5003:19 [INFO] [stdout] | [INFO] [stdout] 5003 | & ( * ( 0 as * const tdTPM_NV_ATTRIBUTES ) ) . tag as * const [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5008:19 [INFO] [stdout] | [INFO] [stdout] 5008 | & ( * ( 0 as * const tdTPM_NV_ATTRIBUTES ) ) . attributes as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5039:19 [INFO] [stdout] | [INFO] [stdout] 5039 | & ( * ( 0 as * const tdTPM_NV_DATA_PUBLIC ) ) . tag as * const [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5044:19 [INFO] [stdout] | [INFO] [stdout] 5044 | & ( * ( 0 as * const tdTPM_NV_DATA_PUBLIC ) ) . nvIndex as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5049:19 [INFO] [stdout] | [INFO] [stdout] 5049 | & ( * ( 0 as * const tdTPM_NV_DATA_PUBLIC ) ) . pcrInfoRead as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5054:19 [INFO] [stdout] | [INFO] [stdout] 5054 | & ( * ( 0 as * const tdTPM_NV_DATA_PUBLIC ) ) . pcrInfoWrite [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5059:19 [INFO] [stdout] | [INFO] [stdout] 5059 | & ( * ( 0 as * const tdTPM_NV_DATA_PUBLIC ) ) . permission as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5064:19 [INFO] [stdout] | [INFO] [stdout] 5064 | & ( * ( 0 as * const tdTPM_NV_DATA_PUBLIC ) ) . bReadSTClear [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5069:19 [INFO] [stdout] | [INFO] [stdout] 5069 | & ( * ( 0 as * const tdTPM_NV_DATA_PUBLIC ) ) . bWriteSTClear [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5074:19 [INFO] [stdout] | [INFO] [stdout] 5074 | & ( * ( 0 as * const tdTPM_NV_DATA_PUBLIC ) ) . bWriteDefine [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5079:19 [INFO] [stdout] | [INFO] [stdout] 5079 | & ( * ( 0 as * const tdTPM_NV_DATA_PUBLIC ) ) . dataSize as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5105:19 [INFO] [stdout] | [INFO] [stdout] 5105 | & ( * ( 0 as * const tdTPM_FAMILY_LABEL ) ) . label as * const [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5132:19 [INFO] [stdout] | [INFO] [stdout] 5132 | & ( * ( 0 as * const tdTPM_FAMILY_TABLE_ENTRY ) ) . tag as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5137:19 [INFO] [stdout] | [INFO] [stdout] 5137 | & ( * ( 0 as * const tdTPM_FAMILY_TABLE_ENTRY ) ) . label as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5142:19 [INFO] [stdout] | [INFO] [stdout] 5142 | & ( * ( 0 as * const tdTPM_FAMILY_TABLE_ENTRY ) ) . familyID [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5148:19 [INFO] [stdout] | [INFO] [stdout] 5148 | & ( * ( 0 as * const tdTPM_FAMILY_TABLE_ENTRY ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5155:19 [INFO] [stdout] | [INFO] [stdout] 5155 | & ( * ( 0 as * const tdTPM_FAMILY_TABLE_ENTRY ) ) . flags as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5177:19 [INFO] [stdout] | [INFO] [stdout] 5177 | & ( * ( 0 as * const tdTPM_DELEGATE_LABEL ) ) . label as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5202:19 [INFO] [stdout] | [INFO] [stdout] 5202 | & ( * ( 0 as * const tdTPM_DELEGATIONS ) ) . tag as * const _ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5207:19 [INFO] [stdout] | [INFO] [stdout] 5207 | & ( * ( 0 as * const tdTPM_DELEGATIONS ) ) . delegateType as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5212:19 [INFO] [stdout] | [INFO] [stdout] 5212 | & ( * ( 0 as * const tdTPM_DELEGATIONS ) ) . per1 as * const _ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5217:19 [INFO] [stdout] | [INFO] [stdout] 5217 | & ( * ( 0 as * const tdTPM_DELEGATIONS ) ) . per2 as * const _ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5245:19 [INFO] [stdout] | [INFO] [stdout] 5245 | & ( * ( 0 as * const tdTPM_DELEGATE_PUBLIC ) ) . tag as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5250:19 [INFO] [stdout] | [INFO] [stdout] 5250 | & ( * ( 0 as * const tdTPM_DELEGATE_PUBLIC ) ) . label as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5255:19 [INFO] [stdout] | [INFO] [stdout] 5255 | & ( * ( 0 as * const tdTPM_DELEGATE_PUBLIC ) ) . pcrInfo as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5260:19 [INFO] [stdout] | [INFO] [stdout] 5260 | & ( * ( 0 as * const tdTPM_DELEGATE_PUBLIC ) ) . permissions [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5265:19 [INFO] [stdout] | [INFO] [stdout] 5265 | & ( * ( 0 as * const tdTPM_DELEGATE_PUBLIC ) ) . familyID as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5270:19 [INFO] [stdout] | [INFO] [stdout] 5270 | & ( * ( 0 as * const tdTPM_DELEGATE_PUBLIC ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5296:19 [INFO] [stdout] | [INFO] [stdout] 5296 | & ( * ( 0 as * const tdTPM_DELEGATE_TABLE_ROW ) ) . tag as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5301:19 [INFO] [stdout] | [INFO] [stdout] 5301 | & ( * ( 0 as * const tdTPM_DELEGATE_TABLE_ROW ) ) . pub_ as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5306:19 [INFO] [stdout] | [INFO] [stdout] 5306 | & ( * ( 0 as * const tdTPM_DELEGATE_TABLE_ROW ) ) . authValue [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5331:19 [INFO] [stdout] | [INFO] [stdout] 5331 | & ( * ( 0 as * const tdTPM_DELEGATE_SENSITIVE ) ) . tag as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5336:19 [INFO] [stdout] | [INFO] [stdout] 5336 | & ( * ( 0 as * const tdTPM_DELEGATE_SENSITIVE ) ) . authValue [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5367:19 [INFO] [stdout] | [INFO] [stdout] 5367 | & ( * ( 0 as * const tdTPM_DELEGATE_OWNER_BLOB ) ) . tag as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5372:19 [INFO] [stdout] | [INFO] [stdout] 5372 | & ( * ( 0 as * const tdTPM_DELEGATE_OWNER_BLOB ) ) . pub_ as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5377:19 [INFO] [stdout] | [INFO] [stdout] 5377 | & ( * ( 0 as * const tdTPM_DELEGATE_OWNER_BLOB ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5383:19 [INFO] [stdout] | [INFO] [stdout] 5383 | & ( * ( 0 as * const tdTPM_DELEGATE_OWNER_BLOB ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5389:19 [INFO] [stdout] | [INFO] [stdout] 5389 | & ( * ( 0 as * const tdTPM_DELEGATE_OWNER_BLOB ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5395:19 [INFO] [stdout] | [INFO] [stdout] 5395 | & ( * ( 0 as * const tdTPM_DELEGATE_OWNER_BLOB ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5401:19 [INFO] [stdout] | [INFO] [stdout] 5401 | & ( * ( 0 as * const tdTPM_DELEGATE_OWNER_BLOB ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5432:19 [INFO] [stdout] | [INFO] [stdout] 5432 | & ( * ( 0 as * const tdTPM_DELEGATE_KEY_BLOB ) ) . tag as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5437:19 [INFO] [stdout] | [INFO] [stdout] 5437 | & ( * ( 0 as * const tdTPM_DELEGATE_KEY_BLOB ) ) . pub_ as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5442:19 [INFO] [stdout] | [INFO] [stdout] 5442 | & ( * ( 0 as * const tdTPM_DELEGATE_KEY_BLOB ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5447:19 [INFO] [stdout] | [INFO] [stdout] 5447 | & ( * ( 0 as * const tdTPM_DELEGATE_KEY_BLOB ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5452:19 [INFO] [stdout] | [INFO] [stdout] 5452 | & ( * ( 0 as * const tdTPM_DELEGATE_KEY_BLOB ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5457:19 [INFO] [stdout] | [INFO] [stdout] 5457 | & ( * ( 0 as * const tdTPM_DELEGATE_KEY_BLOB ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5462:19 [INFO] [stdout] | [INFO] [stdout] 5462 | & ( * ( 0 as * const tdTPM_DELEGATE_KEY_BLOB ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5467:19 [INFO] [stdout] | [INFO] [stdout] 5467 | & ( * ( 0 as * const tdTPM_DELEGATE_KEY_BLOB ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5497:19 [INFO] [stdout] | [INFO] [stdout] 5497 | & ( * ( 0 as * const tdTPM_CAP_VERSION_INFO ) ) . tag as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5502:19 [INFO] [stdout] | [INFO] [stdout] 5502 | & ( * ( 0 as * const tdTPM_CAP_VERSION_INFO ) ) . version as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5507:19 [INFO] [stdout] | [INFO] [stdout] 5507 | & ( * ( 0 as * const tdTPM_CAP_VERSION_INFO ) ) . specLevel as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5512:19 [INFO] [stdout] | [INFO] [stdout] 5512 | & ( * ( 0 as * const tdTPM_CAP_VERSION_INFO ) ) . errataRev as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5517:19 [INFO] [stdout] | [INFO] [stdout] 5517 | & ( * ( 0 as * const tdTPM_CAP_VERSION_INFO ) ) . tpmVendorID [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5522:19 [INFO] [stdout] | [INFO] [stdout] 5522 | & ( * ( 0 as * const tdTPM_CAP_VERSION_INFO ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5528:19 [INFO] [stdout] | [INFO] [stdout] 5528 | & ( * ( 0 as * const tdTPM_CAP_VERSION_INFO ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5552:19 [INFO] [stdout] | [INFO] [stdout] 5552 | & ( * ( 0 as * const tdTPM_DA_ACTION_TYPE ) ) . tag as * const [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5557:19 [INFO] [stdout] | [INFO] [stdout] 5557 | & ( * ( 0 as * const tdTPM_DA_ACTION_TYPE ) ) . actions as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5585:19 [INFO] [stdout] | [INFO] [stdout] 5585 | & ( * ( 0 as * const tdTPM_DA_INFO ) ) . tag as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5590:19 [INFO] [stdout] | [INFO] [stdout] 5590 | & ( * ( 0 as * const tdTPM_DA_INFO ) ) . state as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5595:19 [INFO] [stdout] | [INFO] [stdout] 5595 | & ( * ( 0 as * const tdTPM_DA_INFO ) ) . currentCount as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5600:19 [INFO] [stdout] | [INFO] [stdout] 5600 | & ( * ( 0 as * const tdTPM_DA_INFO ) ) . threshholdCount as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5605:19 [INFO] [stdout] | [INFO] [stdout] 5605 | & ( * ( 0 as * const tdTPM_DA_INFO ) ) . actionAtThreshold as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5610:19 [INFO] [stdout] | [INFO] [stdout] 5610 | & ( * ( 0 as * const tdTPM_DA_INFO ) ) . actionDependValue as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5615:19 [INFO] [stdout] | [INFO] [stdout] 5615 | & ( * ( 0 as * const tdTPM_DA_INFO ) ) . vendorDataSize as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5620:19 [INFO] [stdout] | [INFO] [stdout] 5620 | & ( * ( 0 as * const tdTPM_DA_INFO ) ) . vendorData as * const [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5647:19 [INFO] [stdout] | [INFO] [stdout] 5647 | & ( * ( 0 as * const tdTPM_DA_INFO_LIMITED ) ) . tag as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5652:19 [INFO] [stdout] | [INFO] [stdout] 5652 | & ( * ( 0 as * const tdTPM_DA_INFO_LIMITED ) ) . state as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5657:19 [INFO] [stdout] | [INFO] [stdout] 5657 | & ( * ( 0 as * const tdTPM_DA_INFO_LIMITED ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5663:19 [INFO] [stdout] | [INFO] [stdout] 5663 | & ( * ( 0 as * const tdTPM_DA_INFO_LIMITED ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5668:19 [INFO] [stdout] | [INFO] [stdout] 5668 | & ( * ( 0 as * const tdTPM_DA_INFO_LIMITED ) ) . vendorData as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5696:19 [INFO] [stdout] | [INFO] [stdout] 5696 | & ( * ( 0 as * const tdTPM_DAA_ISSUER ) ) . tag as * const _ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5701:19 [INFO] [stdout] | [INFO] [stdout] 5701 | & ( * ( 0 as * const tdTPM_DAA_ISSUER ) ) . DAA_digest_R0 as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5706:19 [INFO] [stdout] | [INFO] [stdout] 5706 | & ( * ( 0 as * const tdTPM_DAA_ISSUER ) ) . DAA_digest_R1 as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5711:19 [INFO] [stdout] | [INFO] [stdout] 5711 | & ( * ( 0 as * const tdTPM_DAA_ISSUER ) ) . DAA_digest_S0 as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5716:19 [INFO] [stdout] | [INFO] [stdout] 5716 | & ( * ( 0 as * const tdTPM_DAA_ISSUER ) ) . DAA_digest_S1 as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5721:19 [INFO] [stdout] | [INFO] [stdout] 5721 | & ( * ( 0 as * const tdTPM_DAA_ISSUER ) ) . DAA_digest_n as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5726:19 [INFO] [stdout] | [INFO] [stdout] 5726 | & ( * ( 0 as * const tdTPM_DAA_ISSUER ) ) . DAA_digest_gamma [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5731:19 [INFO] [stdout] | [INFO] [stdout] 5731 | & ( * ( 0 as * const tdTPM_DAA_ISSUER ) ) . DAA_generic_q as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5757:19 [INFO] [stdout] | [INFO] [stdout] 5757 | & ( * ( 0 as * const tdTPM_DAA_TPM ) ) . tag as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5762:19 [INFO] [stdout] | [INFO] [stdout] 5762 | & ( * ( 0 as * const tdTPM_DAA_TPM ) ) . DAA_digestIssuer as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5767:19 [INFO] [stdout] | [INFO] [stdout] 5767 | & ( * ( 0 as * const tdTPM_DAA_TPM ) ) . DAA_digest_v0 as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5772:19 [INFO] [stdout] | [INFO] [stdout] 5772 | & ( * ( 0 as * const tdTPM_DAA_TPM ) ) . DAA_digest_v1 as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5777:19 [INFO] [stdout] | [INFO] [stdout] 5777 | & ( * ( 0 as * const tdTPM_DAA_TPM ) ) . DAA_rekey as * const [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5782:19 [INFO] [stdout] | [INFO] [stdout] 5782 | & ( * ( 0 as * const tdTPM_DAA_TPM ) ) . DAA_count as * const [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5807:19 [INFO] [stdout] | [INFO] [stdout] 5807 | & ( * ( 0 as * const tdTPM_DAA_CONTEXT ) ) . tag as * const _ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5812:19 [INFO] [stdout] | [INFO] [stdout] 5812 | & ( * ( 0 as * const tdTPM_DAA_CONTEXT ) ) . DAA_digestContext [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5817:19 [INFO] [stdout] | [INFO] [stdout] 5817 | & ( * ( 0 as * const tdTPM_DAA_CONTEXT ) ) . DAA_digest as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5822:19 [INFO] [stdout] | [INFO] [stdout] 5822 | & ( * ( 0 as * const tdTPM_DAA_CONTEXT ) ) . DAA_contextSeed [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5827:19 [INFO] [stdout] | [INFO] [stdout] 5827 | & ( * ( 0 as * const tdTPM_DAA_CONTEXT ) ) . DAA_scratch as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5832:19 [INFO] [stdout] | [INFO] [stdout] 5832 | & ( * ( 0 as * const tdTPM_DAA_CONTEXT ) ) . DAA_stage as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5851:19 [INFO] [stdout] | [INFO] [stdout] 5851 | & ( * ( 0 as * const tdTPM_DAA_JOINDATA ) ) . DAA_join_u0 as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5856:19 [INFO] [stdout] | [INFO] [stdout] 5856 | & ( * ( 0 as * const tdTPM_DAA_JOINDATA ) ) . DAA_join_u1 as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5861:19 [INFO] [stdout] | [INFO] [stdout] 5861 | & ( * ( 0 as * const tdTPM_DAA_JOINDATA ) ) . DAA_digest_n0 as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5886:19 [INFO] [stdout] | [INFO] [stdout] 5886 | & ( * ( 0 as * const tdTPM_DAA_BLOB ) ) . tag as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5891:19 [INFO] [stdout] | [INFO] [stdout] 5891 | & ( * ( 0 as * const tdTPM_DAA_BLOB ) ) . resourceType as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5896:19 [INFO] [stdout] | [INFO] [stdout] 5896 | & ( * ( 0 as * const tdTPM_DAA_BLOB ) ) . label as * const _ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5901:19 [INFO] [stdout] | [INFO] [stdout] 5901 | & ( * ( 0 as * const tdTPM_DAA_BLOB ) ) . blobIntegrity as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5906:19 [INFO] [stdout] | [INFO] [stdout] 5906 | & ( * ( 0 as * const tdTPM_DAA_BLOB ) ) . additionalSize as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5911:19 [INFO] [stdout] | [INFO] [stdout] 5911 | & ( * ( 0 as * const tdTPM_DAA_BLOB ) ) . additionalData as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5916:19 [INFO] [stdout] | [INFO] [stdout] 5916 | & ( * ( 0 as * const tdTPM_DAA_BLOB ) ) . sensitiveSize as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5921:19 [INFO] [stdout] | [INFO] [stdout] 5921 | & ( * ( 0 as * const tdTPM_DAA_BLOB ) ) . sensitiveData as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5945:19 [INFO] [stdout] | [INFO] [stdout] 5945 | & ( * ( 0 as * const tdTPM_DAA_SENSITIVE ) ) . tag as * const [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5950:19 [INFO] [stdout] | [INFO] [stdout] 5950 | & ( * ( 0 as * const tdTPM_DAA_SENSITIVE ) ) . internalSize as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:5955:19 [INFO] [stdout] | [INFO] [stdout] 5955 | & ( * ( 0 as * const tdTPM_DAA_SENSITIVE ) ) . internalData as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6035:19 [INFO] [stdout] | [INFO] [stdout] 6035 | & ( * ( 0 as * const tdTCPA_AUDIT_EVENT ) ) . ordinal as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6040:19 [INFO] [stdout] | [INFO] [stdout] 6040 | & ( * ( 0 as * const tdTCPA_AUDIT_EVENT ) ) . returncode as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6091:19 [INFO] [stdout] | [INFO] [stdout] 6091 | & ( * ( 0 as * const tdTSS_VERSION ) ) . bMajor as * const _ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6096:19 [INFO] [stdout] | [INFO] [stdout] 6096 | & ( * ( 0 as * const tdTSS_VERSION ) ) . bMinor as * const _ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6101:19 [INFO] [stdout] | [INFO] [stdout] 6101 | & ( * ( 0 as * const tdTSS_VERSION ) ) . bRevMajor as * const [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6106:19 [INFO] [stdout] | [INFO] [stdout] 6106 | & ( * ( 0 as * const tdTSS_VERSION ) ) . bRevMinor as * const [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6133:19 [INFO] [stdout] | [INFO] [stdout] 6133 | & ( * ( 0 as * const tdTSS_PCR_EVENT ) ) . versionInfo as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6138:19 [INFO] [stdout] | [INFO] [stdout] 6138 | & ( * ( 0 as * const tdTSS_PCR_EVENT ) ) . ulPcrIndex as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6143:19 [INFO] [stdout] | [INFO] [stdout] 6143 | & ( * ( 0 as * const tdTSS_PCR_EVENT ) ) . eventType as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6148:19 [INFO] [stdout] | [INFO] [stdout] 6148 | & ( * ( 0 as * const tdTSS_PCR_EVENT ) ) . ulPcrValueLength as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6153:19 [INFO] [stdout] | [INFO] [stdout] 6153 | & ( * ( 0 as * const tdTSS_PCR_EVENT ) ) . rgbPcrValue as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6158:19 [INFO] [stdout] | [INFO] [stdout] 6158 | & ( * ( 0 as * const tdTSS_PCR_EVENT ) ) . ulEventLength as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6163:19 [INFO] [stdout] | [INFO] [stdout] 6163 | & ( * ( 0 as * const tdTSS_PCR_EVENT ) ) . rgbEvent as * const [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6192:19 [INFO] [stdout] | [INFO] [stdout] 6192 | & ( * ( 0 as * const tdTSS_EVENT_CERT ) ) . versionInfo as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6197:19 [INFO] [stdout] | [INFO] [stdout] 6197 | & ( * ( 0 as * const tdTSS_EVENT_CERT ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6203:19 [INFO] [stdout] | [INFO] [stdout] 6203 | & ( * ( 0 as * const tdTSS_EVENT_CERT ) ) . rgbCertificateHash [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6208:19 [INFO] [stdout] | [INFO] [stdout] 6208 | & ( * ( 0 as * const tdTSS_EVENT_CERT ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6214:19 [INFO] [stdout] | [INFO] [stdout] 6214 | & ( * ( 0 as * const tdTSS_EVENT_CERT ) ) . rgbentityDigest as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6219:19 [INFO] [stdout] | [INFO] [stdout] 6219 | & ( * ( 0 as * const tdTSS_EVENT_CERT ) ) . fDigestChecked as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6224:19 [INFO] [stdout] | [INFO] [stdout] 6224 | & ( * ( 0 as * const tdTSS_EVENT_CERT ) ) . fDigestVerified as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6229:19 [INFO] [stdout] | [INFO] [stdout] 6229 | & ( * ( 0 as * const tdTSS_EVENT_CERT ) ) . ulIssuerLength as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6234:19 [INFO] [stdout] | [INFO] [stdout] 6234 | & ( * ( 0 as * const tdTSS_EVENT_CERT ) ) . rgbIssuer as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6260:19 [INFO] [stdout] | [INFO] [stdout] 6260 | & ( * ( 0 as * const tdTSS_UUID ) ) . ulTimeLow as * const _ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6265:19 [INFO] [stdout] | [INFO] [stdout] 6265 | & ( * ( 0 as * const tdTSS_UUID ) ) . usTimeMid as * const _ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6270:19 [INFO] [stdout] | [INFO] [stdout] 6270 | & ( * ( 0 as * const tdTSS_UUID ) ) . usTimeHigh as * const _ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6275:19 [INFO] [stdout] | [INFO] [stdout] 6275 | & ( * ( 0 as * const tdTSS_UUID ) ) . bClockSeqHigh as * const [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6280:19 [INFO] [stdout] | [INFO] [stdout] 6280 | & ( * ( 0 as * const tdTSS_UUID ) ) . bClockSeqLow as * const [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6285:19 [INFO] [stdout] | [INFO] [stdout] 6285 | & ( * ( 0 as * const tdTSS_UUID ) ) . rgbNode as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6312:19 [INFO] [stdout] | [INFO] [stdout] 6312 | & ( * ( 0 as * const tdTSS_KM_KEYINFO ) ) . versionInfo as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6317:19 [INFO] [stdout] | [INFO] [stdout] 6317 | & ( * ( 0 as * const tdTSS_KM_KEYINFO ) ) . keyUUID as * const [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6322:19 [INFO] [stdout] | [INFO] [stdout] 6322 | & ( * ( 0 as * const tdTSS_KM_KEYINFO ) ) . parentKeyUUID as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6327:19 [INFO] [stdout] | [INFO] [stdout] 6327 | & ( * ( 0 as * const tdTSS_KM_KEYINFO ) ) . bAuthDataUsage as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6332:19 [INFO] [stdout] | [INFO] [stdout] 6332 | & ( * ( 0 as * const tdTSS_KM_KEYINFO ) ) . fIsLoaded as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6337:19 [INFO] [stdout] | [INFO] [stdout] 6337 | & ( * ( 0 as * const tdTSS_KM_KEYINFO ) ) . ulVendorDataLength [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6342:19 [INFO] [stdout] | [INFO] [stdout] 6342 | & ( * ( 0 as * const tdTSS_KM_KEYINFO ) ) . rgbVendorData as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6371:19 [INFO] [stdout] | [INFO] [stdout] 6371 | & ( * ( 0 as * const tdTSS_KM_KEYINFO2 ) ) . versionInfo as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6376:19 [INFO] [stdout] | [INFO] [stdout] 6376 | & ( * ( 0 as * const tdTSS_KM_KEYINFO2 ) ) . keyUUID as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6381:19 [INFO] [stdout] | [INFO] [stdout] 6381 | & ( * ( 0 as * const tdTSS_KM_KEYINFO2 ) ) . parentKeyUUID as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6386:19 [INFO] [stdout] | [INFO] [stdout] 6386 | & ( * ( 0 as * const tdTSS_KM_KEYINFO2 ) ) . bAuthDataUsage as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6391:19 [INFO] [stdout] | [INFO] [stdout] 6391 | & ( * ( 0 as * const tdTSS_KM_KEYINFO2 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6397:19 [INFO] [stdout] | [INFO] [stdout] 6397 | & ( * ( 0 as * const tdTSS_KM_KEYINFO2 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6403:19 [INFO] [stdout] | [INFO] [stdout] 6403 | & ( * ( 0 as * const tdTSS_KM_KEYINFO2 ) ) . fIsLoaded as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6408:19 [INFO] [stdout] | [INFO] [stdout] 6408 | & ( * ( 0 as * const tdTSS_KM_KEYINFO2 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6414:19 [INFO] [stdout] | [INFO] [stdout] 6414 | & ( * ( 0 as * const tdTSS_KM_KEYINFO2 ) ) . rgbVendorData as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6435:19 [INFO] [stdout] | [INFO] [stdout] 6435 | & ( * ( 0 as * const tdTSS_NONCE ) ) . nonce as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6462:19 [INFO] [stdout] | [INFO] [stdout] 6462 | & ( * ( 0 as * const tdTSS_VALIDATION ) ) . versionInfo as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6467:19 [INFO] [stdout] | [INFO] [stdout] 6467 | & ( * ( 0 as * const tdTSS_VALIDATION ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6473:19 [INFO] [stdout] | [INFO] [stdout] 6473 | & ( * ( 0 as * const tdTSS_VALIDATION ) ) . rgbExternalData as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6478:19 [INFO] [stdout] | [INFO] [stdout] 6478 | & ( * ( 0 as * const tdTSS_VALIDATION ) ) . ulDataLength as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6483:19 [INFO] [stdout] | [INFO] [stdout] 6483 | & ( * ( 0 as * const tdTSS_VALIDATION ) ) . rgbData as * const [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6488:19 [INFO] [stdout] | [INFO] [stdout] 6488 | & ( * ( 0 as * const tdTSS_VALIDATION ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6494:19 [INFO] [stdout] | [INFO] [stdout] 6494 | & ( * ( 0 as * const tdTSS_VALIDATION ) ) . rgbValidationData [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6517:19 [INFO] [stdout] | [INFO] [stdout] 6517 | & ( * ( 0 as * const tdTSS_CALLBACK ) ) . callback as * const [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6522:19 [INFO] [stdout] | [INFO] [stdout] 6522 | & ( * ( 0 as * const tdTSS_CALLBACK ) ) . appData as * const _ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6527:19 [INFO] [stdout] | [INFO] [stdout] 6527 | & ( * ( 0 as * const tdTSS_CALLBACK ) ) . alg as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6572:19 [INFO] [stdout] | [INFO] [stdout] 6572 | & ( * ( 0 as * const tdTSS_DAA_PK ) ) . versionInfo as * const [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6577:19 [INFO] [stdout] | [INFO] [stdout] 6577 | & ( * ( 0 as * const tdTSS_DAA_PK ) ) . modulusLength as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6582:19 [INFO] [stdout] | [INFO] [stdout] 6582 | & ( * ( 0 as * const tdTSS_DAA_PK ) ) . modulus as * const _ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6587:19 [INFO] [stdout] | [INFO] [stdout] 6587 | & ( * ( 0 as * const tdTSS_DAA_PK ) ) . capitalSLength as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6592:19 [INFO] [stdout] | [INFO] [stdout] 6592 | & ( * ( 0 as * const tdTSS_DAA_PK ) ) . capitalS as * const _ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6597:19 [INFO] [stdout] | [INFO] [stdout] 6597 | & ( * ( 0 as * const tdTSS_DAA_PK ) ) . capitalZLength as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6602:19 [INFO] [stdout] | [INFO] [stdout] 6602 | & ( * ( 0 as * const tdTSS_DAA_PK ) ) . capitalZ as * const _ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6607:19 [INFO] [stdout] | [INFO] [stdout] 6607 | & ( * ( 0 as * const tdTSS_DAA_PK ) ) . capitalR0Length as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6612:19 [INFO] [stdout] | [INFO] [stdout] 6612 | & ( * ( 0 as * const tdTSS_DAA_PK ) ) . capitalR0 as * const _ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6617:19 [INFO] [stdout] | [INFO] [stdout] 6617 | & ( * ( 0 as * const tdTSS_DAA_PK ) ) . capitalR1Length as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6622:19 [INFO] [stdout] | [INFO] [stdout] 6622 | & ( * ( 0 as * const tdTSS_DAA_PK ) ) . capitalR1 as * const _ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6627:19 [INFO] [stdout] | [INFO] [stdout] 6627 | & ( * ( 0 as * const tdTSS_DAA_PK ) ) . gammaLength as * const [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6632:19 [INFO] [stdout] | [INFO] [stdout] 6632 | & ( * ( 0 as * const tdTSS_DAA_PK ) ) . gamma as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6637:19 [INFO] [stdout] | [INFO] [stdout] 6637 | & ( * ( 0 as * const tdTSS_DAA_PK ) ) . capitalGammaLength as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6642:19 [INFO] [stdout] | [INFO] [stdout] 6642 | & ( * ( 0 as * const tdTSS_DAA_PK ) ) . capitalGamma as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6647:19 [INFO] [stdout] | [INFO] [stdout] 6647 | & ( * ( 0 as * const tdTSS_DAA_PK ) ) . rhoLength as * const _ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6652:19 [INFO] [stdout] | [INFO] [stdout] 6652 | & ( * ( 0 as * const tdTSS_DAA_PK ) ) . rho as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6657:19 [INFO] [stdout] | [INFO] [stdout] 6657 | & ( * ( 0 as * const tdTSS_DAA_PK ) ) . capitalYLength as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6662:19 [INFO] [stdout] | [INFO] [stdout] 6662 | & ( * ( 0 as * const tdTSS_DAA_PK ) ) . capitalYLength2 as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6667:19 [INFO] [stdout] | [INFO] [stdout] 6667 | & ( * ( 0 as * const tdTSS_DAA_PK ) ) . capitalY as * const _ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6672:19 [INFO] [stdout] | [INFO] [stdout] 6672 | & ( * ( 0 as * const tdTSS_DAA_PK ) ) . capitalYPlatformLength [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6677:19 [INFO] [stdout] | [INFO] [stdout] 6677 | & ( * ( 0 as * const tdTSS_DAA_PK ) ) . issuerBaseNameLength [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6682:19 [INFO] [stdout] | [INFO] [stdout] 6682 | & ( * ( 0 as * const tdTSS_DAA_PK ) ) . issuerBaseName as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6687:19 [INFO] [stdout] | [INFO] [stdout] 6687 | & ( * ( 0 as * const tdTSS_DAA_PK ) ) . numPlatformAttributes [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6692:19 [INFO] [stdout] | [INFO] [stdout] 6692 | & ( * ( 0 as * const tdTSS_DAA_PK ) ) . numIssuerAttributes as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6718:19 [INFO] [stdout] | [INFO] [stdout] 6718 | & ( * ( 0 as * const tdTSS_DAA_PK_PROOF ) ) . versionInfo as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6723:19 [INFO] [stdout] | [INFO] [stdout] 6723 | & ( * ( 0 as * const tdTSS_DAA_PK_PROOF ) ) . challengeLength [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6728:19 [INFO] [stdout] | [INFO] [stdout] 6728 | & ( * ( 0 as * const tdTSS_DAA_PK_PROOF ) ) . challenge as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6733:19 [INFO] [stdout] | [INFO] [stdout] 6733 | & ( * ( 0 as * const tdTSS_DAA_PK_PROOF ) ) . responseLength [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6738:19 [INFO] [stdout] | [INFO] [stdout] 6738 | & ( * ( 0 as * const tdTSS_DAA_PK_PROOF ) ) . responseLength2 [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6743:19 [INFO] [stdout] | [INFO] [stdout] 6743 | & ( * ( 0 as * const tdTSS_DAA_PK_PROOF ) ) . response as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6766:19 [INFO] [stdout] | [INFO] [stdout] 6766 | & ( * ( 0 as * const tdTSS_DAA_SK ) ) . versionInfo as * const [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6771:19 [INFO] [stdout] | [INFO] [stdout] 6771 | & ( * ( 0 as * const tdTSS_DAA_SK ) ) . productPQprimeLength [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6776:19 [INFO] [stdout] | [INFO] [stdout] 6776 | & ( * ( 0 as * const tdTSS_DAA_SK ) ) . productPQprime as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6799:19 [INFO] [stdout] | [INFO] [stdout] 6799 | & ( * ( 0 as * const tdTSS_DAA_KEY_PAIR ) ) . versionInfo as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6804:19 [INFO] [stdout] | [INFO] [stdout] 6804 | & ( * ( 0 as * const tdTSS_DAA_KEY_PAIR ) ) . secretKey as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6809:19 [INFO] [stdout] | [INFO] [stdout] 6809 | & ( * ( 0 as * const tdTSS_DAA_KEY_PAIR ) ) . publicKey as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6838:19 [INFO] [stdout] | [INFO] [stdout] 6838 | & ( * ( 0 as * const tdTSS_DAA_AR_PK ) ) . versionInfo as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6843:19 [INFO] [stdout] | [INFO] [stdout] 6843 | & ( * ( 0 as * const tdTSS_DAA_AR_PK ) ) . etaLength as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6848:19 [INFO] [stdout] | [INFO] [stdout] 6848 | & ( * ( 0 as * const tdTSS_DAA_AR_PK ) ) . eta as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6853:19 [INFO] [stdout] | [INFO] [stdout] 6853 | & ( * ( 0 as * const tdTSS_DAA_AR_PK ) ) . lambda1Length as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6858:19 [INFO] [stdout] | [INFO] [stdout] 6858 | & ( * ( 0 as * const tdTSS_DAA_AR_PK ) ) . lambda1 as * const [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6863:19 [INFO] [stdout] | [INFO] [stdout] 6863 | & ( * ( 0 as * const tdTSS_DAA_AR_PK ) ) . lambda2Length as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6868:19 [INFO] [stdout] | [INFO] [stdout] 6868 | & ( * ( 0 as * const tdTSS_DAA_AR_PK ) ) . lambda2 as * const [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6873:19 [INFO] [stdout] | [INFO] [stdout] 6873 | & ( * ( 0 as * const tdTSS_DAA_AR_PK ) ) . lambda3Length as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6878:19 [INFO] [stdout] | [INFO] [stdout] 6878 | & ( * ( 0 as * const tdTSS_DAA_AR_PK ) ) . lambda3 as * const [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6911:19 [INFO] [stdout] | [INFO] [stdout] 6911 | & ( * ( 0 as * const tdTSS_DAA_AR_SK ) ) . versionInfo as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6916:19 [INFO] [stdout] | [INFO] [stdout] 6916 | & ( * ( 0 as * const tdTSS_DAA_AR_SK ) ) . x0Length as * const [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6921:19 [INFO] [stdout] | [INFO] [stdout] 6921 | & ( * ( 0 as * const tdTSS_DAA_AR_SK ) ) . x0 as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6926:19 [INFO] [stdout] | [INFO] [stdout] 6926 | & ( * ( 0 as * const tdTSS_DAA_AR_SK ) ) . x1Length as * const [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6931:19 [INFO] [stdout] | [INFO] [stdout] 6931 | & ( * ( 0 as * const tdTSS_DAA_AR_SK ) ) . x1 as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6936:19 [INFO] [stdout] | [INFO] [stdout] 6936 | & ( * ( 0 as * const tdTSS_DAA_AR_SK ) ) . x2Length as * const [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6941:19 [INFO] [stdout] | [INFO] [stdout] 6941 | & ( * ( 0 as * const tdTSS_DAA_AR_SK ) ) . x2 as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6946:19 [INFO] [stdout] | [INFO] [stdout] 6946 | & ( * ( 0 as * const tdTSS_DAA_AR_SK ) ) . x3Length as * const [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6951:19 [INFO] [stdout] | [INFO] [stdout] 6951 | & ( * ( 0 as * const tdTSS_DAA_AR_SK ) ) . x3 as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6956:19 [INFO] [stdout] | [INFO] [stdout] 6956 | & ( * ( 0 as * const tdTSS_DAA_AR_SK ) ) . x4Length as * const [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6961:19 [INFO] [stdout] | [INFO] [stdout] 6961 | & ( * ( 0 as * const tdTSS_DAA_AR_SK ) ) . x4 as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6966:19 [INFO] [stdout] | [INFO] [stdout] 6966 | & ( * ( 0 as * const tdTSS_DAA_AR_SK ) ) . x5Length as * const [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6971:19 [INFO] [stdout] | [INFO] [stdout] 6971 | & ( * ( 0 as * const tdTSS_DAA_AR_SK ) ) . x5 as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:6996:19 [INFO] [stdout] | [INFO] [stdout] 6996 | & ( * ( 0 as * const tdTSS_DAA_AR_KEY_PAIR ) ) . versionInfo [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7001:19 [INFO] [stdout] | [INFO] [stdout] 7001 | & ( * ( 0 as * const tdTSS_DAA_AR_KEY_PAIR ) ) . secretKey as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7006:19 [INFO] [stdout] | [INFO] [stdout] 7006 | & ( * ( 0 as * const tdTSS_DAA_AR_KEY_PAIR ) ) . publicKey as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7042:19 [INFO] [stdout] | [INFO] [stdout] 7042 | & ( * ( 0 as * const tdTSS_DAA_CRED_ISSUER ) ) . versionInfo [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7047:19 [INFO] [stdout] | [INFO] [stdout] 7047 | & ( * ( 0 as * const tdTSS_DAA_CRED_ISSUER ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7052:19 [INFO] [stdout] | [INFO] [stdout] 7052 | & ( * ( 0 as * const tdTSS_DAA_CRED_ISSUER ) ) . capitalA as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7057:19 [INFO] [stdout] | [INFO] [stdout] 7057 | & ( * ( 0 as * const tdTSS_DAA_CRED_ISSUER ) ) . eLength as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7062:19 [INFO] [stdout] | [INFO] [stdout] 7062 | & ( * ( 0 as * const tdTSS_DAA_CRED_ISSUER ) ) . e as * const [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7067:19 [INFO] [stdout] | [INFO] [stdout] 7067 | & ( * ( 0 as * const tdTSS_DAA_CRED_ISSUER ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7073:19 [INFO] [stdout] | [INFO] [stdout] 7073 | & ( * ( 0 as * const tdTSS_DAA_CRED_ISSUER ) ) . vPrimePrime [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7078:19 [INFO] [stdout] | [INFO] [stdout] 7078 | & ( * ( 0 as * const tdTSS_DAA_CRED_ISSUER ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7084:19 [INFO] [stdout] | [INFO] [stdout] 7084 | & ( * ( 0 as * const tdTSS_DAA_CRED_ISSUER ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7090:19 [INFO] [stdout] | [INFO] [stdout] 7090 | & ( * ( 0 as * const tdTSS_DAA_CRED_ISSUER ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7096:19 [INFO] [stdout] | [INFO] [stdout] 7096 | & ( * ( 0 as * const tdTSS_DAA_CRED_ISSUER ) ) . cPrimeLength [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7101:19 [INFO] [stdout] | [INFO] [stdout] 7101 | & ( * ( 0 as * const tdTSS_DAA_CRED_ISSUER ) ) . cPrime as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7106:19 [INFO] [stdout] | [INFO] [stdout] 7106 | & ( * ( 0 as * const tdTSS_DAA_CRED_ISSUER ) ) . sELength as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7111:19 [INFO] [stdout] | [INFO] [stdout] 7111 | & ( * ( 0 as * const tdTSS_DAA_CRED_ISSUER ) ) . sE as * const [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7149:19 [INFO] [stdout] | [INFO] [stdout] 7149 | & ( * ( 0 as * const tdTSS_DAA_CREDENTIAL ) ) . versionInfo as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7154:19 [INFO] [stdout] | [INFO] [stdout] 7154 | & ( * ( 0 as * const tdTSS_DAA_CREDENTIAL ) ) . capitalALength [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7159:19 [INFO] [stdout] | [INFO] [stdout] 7159 | & ( * ( 0 as * const tdTSS_DAA_CREDENTIAL ) ) . capitalA as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7164:19 [INFO] [stdout] | [INFO] [stdout] 7164 | & ( * ( 0 as * const tdTSS_DAA_CREDENTIAL ) ) . exponentLength [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7169:19 [INFO] [stdout] | [INFO] [stdout] 7169 | & ( * ( 0 as * const tdTSS_DAA_CREDENTIAL ) ) . exponent as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7174:19 [INFO] [stdout] | [INFO] [stdout] 7174 | & ( * ( 0 as * const tdTSS_DAA_CREDENTIAL ) ) . vBar0Length as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7179:19 [INFO] [stdout] | [INFO] [stdout] 7179 | & ( * ( 0 as * const tdTSS_DAA_CREDENTIAL ) ) . vBar0 as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7184:19 [INFO] [stdout] | [INFO] [stdout] 7184 | & ( * ( 0 as * const tdTSS_DAA_CREDENTIAL ) ) . vBar1Length as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7189:19 [INFO] [stdout] | [INFO] [stdout] 7189 | & ( * ( 0 as * const tdTSS_DAA_CREDENTIAL ) ) . vBar1 as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7194:19 [INFO] [stdout] | [INFO] [stdout] 7194 | & ( * ( 0 as * const tdTSS_DAA_CREDENTIAL ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7200:19 [INFO] [stdout] | [INFO] [stdout] 7200 | & ( * ( 0 as * const tdTSS_DAA_CREDENTIAL ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7206:19 [INFO] [stdout] | [INFO] [stdout] 7206 | & ( * ( 0 as * const tdTSS_DAA_CREDENTIAL ) ) . attributes as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7211:19 [INFO] [stdout] | [INFO] [stdout] 7211 | & ( * ( 0 as * const tdTSS_DAA_CREDENTIAL ) ) . issuerPK as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7216:19 [INFO] [stdout] | [INFO] [stdout] 7216 | & ( * ( 0 as * const tdTSS_DAA_CREDENTIAL ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7222:19 [INFO] [stdout] | [INFO] [stdout] 7222 | & ( * ( 0 as * const tdTSS_DAA_CREDENTIAL ) ) . tpmSpecificEnc [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7227:19 [INFO] [stdout] | [INFO] [stdout] 7227 | & ( * ( 0 as * const tdTSS_DAA_CREDENTIAL ) ) . daaCounter as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7254:19 [INFO] [stdout] | [INFO] [stdout] 7254 | & ( * ( 0 as * const tdTSS_DAA_ATTRIB_COMMIT ) ) . versionInfo [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7259:19 [INFO] [stdout] | [INFO] [stdout] 7259 | & ( * ( 0 as * const tdTSS_DAA_ATTRIB_COMMIT ) ) . betaLength [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7264:19 [INFO] [stdout] | [INFO] [stdout] 7264 | & ( * ( 0 as * const tdTSS_DAA_ATTRIB_COMMIT ) ) . beta as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7269:19 [INFO] [stdout] | [INFO] [stdout] 7269 | & ( * ( 0 as * const tdTSS_DAA_ATTRIB_COMMIT ) ) . sMuLength [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7274:19 [INFO] [stdout] | [INFO] [stdout] 7274 | & ( * ( 0 as * const tdTSS_DAA_ATTRIB_COMMIT ) ) . sMu as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7323:19 [INFO] [stdout] | [INFO] [stdout] 7323 | & ( * ( 0 as * const tdTSS_DAA_CREDENTIAL_REQUEST ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7329:19 [INFO] [stdout] | [INFO] [stdout] 7329 | & ( * ( 0 as * const tdTSS_DAA_CREDENTIAL_REQUEST ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7335:19 [INFO] [stdout] | [INFO] [stdout] 7335 | & ( * ( 0 as * const tdTSS_DAA_CREDENTIAL_REQUEST ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7341:19 [INFO] [stdout] | [INFO] [stdout] 7341 | & ( * ( 0 as * const tdTSS_DAA_CREDENTIAL_REQUEST ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7347:19 [INFO] [stdout] | [INFO] [stdout] 7347 | & ( * ( 0 as * const tdTSS_DAA_CREDENTIAL_REQUEST ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7353:19 [INFO] [stdout] | [INFO] [stdout] 7353 | & ( * ( 0 as * const tdTSS_DAA_CREDENTIAL_REQUEST ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7360:19 [INFO] [stdout] | [INFO] [stdout] 7360 | & ( * ( 0 as * const tdTSS_DAA_CREDENTIAL_REQUEST ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7367:19 [INFO] [stdout] | [INFO] [stdout] 7367 | & ( * ( 0 as * const tdTSS_DAA_CREDENTIAL_REQUEST ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7373:19 [INFO] [stdout] | [INFO] [stdout] 7373 | & ( * ( 0 as * const tdTSS_DAA_CREDENTIAL_REQUEST ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7379:19 [INFO] [stdout] | [INFO] [stdout] 7379 | & ( * ( 0 as * const tdTSS_DAA_CREDENTIAL_REQUEST ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7385:19 [INFO] [stdout] | [INFO] [stdout] 7385 | & ( * ( 0 as * const tdTSS_DAA_CREDENTIAL_REQUEST ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7391:19 [INFO] [stdout] | [INFO] [stdout] 7391 | & ( * ( 0 as * const tdTSS_DAA_CREDENTIAL_REQUEST ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7398:19 [INFO] [stdout] | [INFO] [stdout] 7398 | & ( * ( 0 as * const tdTSS_DAA_CREDENTIAL_REQUEST ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7404:19 [INFO] [stdout] | [INFO] [stdout] 7404 | & ( * ( 0 as * const tdTSS_DAA_CREDENTIAL_REQUEST ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7410:19 [INFO] [stdout] | [INFO] [stdout] 7410 | & ( * ( 0 as * const tdTSS_DAA_CREDENTIAL_REQUEST ) ) . sF0 as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7416:19 [INFO] [stdout] | [INFO] [stdout] 7416 | & ( * ( 0 as * const tdTSS_DAA_CREDENTIAL_REQUEST ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7422:19 [INFO] [stdout] | [INFO] [stdout] 7422 | & ( * ( 0 as * const tdTSS_DAA_CREDENTIAL_REQUEST ) ) . sF1 as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7428:19 [INFO] [stdout] | [INFO] [stdout] 7428 | & ( * ( 0 as * const tdTSS_DAA_CREDENTIAL_REQUEST ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7434:19 [INFO] [stdout] | [INFO] [stdout] 7434 | & ( * ( 0 as * const tdTSS_DAA_CREDENTIAL_REQUEST ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7440:19 [INFO] [stdout] | [INFO] [stdout] 7440 | & ( * ( 0 as * const tdTSS_DAA_CREDENTIAL_REQUEST ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7447:19 [INFO] [stdout] | [INFO] [stdout] 7447 | & ( * ( 0 as * const tdTSS_DAA_CREDENTIAL_REQUEST ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7453:19 [INFO] [stdout] | [INFO] [stdout] 7453 | & ( * ( 0 as * const tdTSS_DAA_CREDENTIAL_REQUEST ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7459:19 [INFO] [stdout] | [INFO] [stdout] 7459 | & ( * ( 0 as * const tdTSS_DAA_CREDENTIAL_REQUEST ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7465:19 [INFO] [stdout] | [INFO] [stdout] 7465 | & ( * ( 0 as * const tdTSS_DAA_CREDENTIAL_REQUEST ) ) . sA as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7470:19 [INFO] [stdout] | [INFO] [stdout] 7470 | & ( * ( 0 as * const tdTSS_DAA_CREDENTIAL_REQUEST ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7477:19 [INFO] [stdout] | [INFO] [stdout] 7477 | & ( * ( 0 as * const tdTSS_DAA_CREDENTIAL_REQUEST ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7505:19 [INFO] [stdout] | [INFO] [stdout] 7505 | & ( * ( 0 as * const tdTSS_DAA_SELECTED_ATTRIB ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7511:19 [INFO] [stdout] | [INFO] [stdout] 7511 | & ( * ( 0 as * const tdTSS_DAA_SELECTED_ATTRIB ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7518:19 [INFO] [stdout] | [INFO] [stdout] 7518 | & ( * ( 0 as * const tdTSS_DAA_SELECTED_ATTRIB ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7544:19 [INFO] [stdout] | [INFO] [stdout] 7544 | & ( * ( 0 as * const tdTSS_DAA_PSEUDONYM ) ) . versionInfo as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7549:19 [INFO] [stdout] | [INFO] [stdout] 7549 | & ( * ( 0 as * const tdTSS_DAA_PSEUDONYM ) ) . payloadFlag as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7554:19 [INFO] [stdout] | [INFO] [stdout] 7554 | & ( * ( 0 as * const tdTSS_DAA_PSEUDONYM ) ) . payloadLength [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7559:19 [INFO] [stdout] | [INFO] [stdout] 7559 | & ( * ( 0 as * const tdTSS_DAA_PSEUDONYM ) ) . payload as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7585:19 [INFO] [stdout] | [INFO] [stdout] 7585 | & ( * ( 0 as * const tdTSS_DAA_PSEUDONYM_PLAIN ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7591:19 [INFO] [stdout] | [INFO] [stdout] 7591 | & ( * ( 0 as * const tdTSS_DAA_PSEUDONYM_PLAIN ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7597:19 [INFO] [stdout] | [INFO] [stdout] 7597 | & ( * ( 0 as * const tdTSS_DAA_PSEUDONYM_PLAIN ) ) . capitalNv [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7632:19 [INFO] [stdout] | [INFO] [stdout] 7632 | & ( * ( 0 as * const tdTSS_DAA_PSEUDONYM_ENCRYPTED ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7638:19 [INFO] [stdout] | [INFO] [stdout] 7638 | & ( * ( 0 as * const tdTSS_DAA_PSEUDONYM_ENCRYPTED ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7644:19 [INFO] [stdout] | [INFO] [stdout] 7644 | & ( * ( 0 as * const tdTSS_DAA_PSEUDONYM_ENCRYPTED ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7650:19 [INFO] [stdout] | [INFO] [stdout] 7650 | & ( * ( 0 as * const tdTSS_DAA_PSEUDONYM_ENCRYPTED ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7656:19 [INFO] [stdout] | [INFO] [stdout] 7656 | & ( * ( 0 as * const tdTSS_DAA_PSEUDONYM_ENCRYPTED ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7662:19 [INFO] [stdout] | [INFO] [stdout] 7662 | & ( * ( 0 as * const tdTSS_DAA_PSEUDONYM_ENCRYPTED ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7668:19 [INFO] [stdout] | [INFO] [stdout] 7668 | & ( * ( 0 as * const tdTSS_DAA_PSEUDONYM_ENCRYPTED ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7674:19 [INFO] [stdout] | [INFO] [stdout] 7674 | & ( * ( 0 as * const tdTSS_DAA_PSEUDONYM_ENCRYPTED ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7680:19 [INFO] [stdout] | [INFO] [stdout] 7680 | & ( * ( 0 as * const tdTSS_DAA_PSEUDONYM_ENCRYPTED ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7686:19 [INFO] [stdout] | [INFO] [stdout] 7686 | & ( * ( 0 as * const tdTSS_DAA_PSEUDONYM_ENCRYPTED ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7692:19 [INFO] [stdout] | [INFO] [stdout] 7692 | & ( * ( 0 as * const tdTSS_DAA_PSEUDONYM_ENCRYPTED ) ) . sTau [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7720:19 [INFO] [stdout] | [INFO] [stdout] 7720 | & ( * ( 0 as * const tdTSS_DAA_SIGN_CALLBACK ) ) . versionInfo [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7725:19 [INFO] [stdout] | [INFO] [stdout] 7725 | & ( * ( 0 as * const tdTSS_DAA_SIGN_CALLBACK ) ) . challenge [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7730:19 [INFO] [stdout] | [INFO] [stdout] 7730 | & ( * ( 0 as * const tdTSS_DAA_SIGN_CALLBACK ) ) . payloadFlag [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7735:19 [INFO] [stdout] | [INFO] [stdout] 7735 | & ( * ( 0 as * const tdTSS_DAA_SIGN_CALLBACK ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7740:19 [INFO] [stdout] | [INFO] [stdout] 7740 | & ( * ( 0 as * const tdTSS_DAA_SIGN_CALLBACK ) ) . payload as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7786:19 [INFO] [stdout] | [INFO] [stdout] 7786 | & ( * ( 0 as * const tdTSS_DAA_SIGNATURE ) ) . versionInfo as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7791:19 [INFO] [stdout] | [INFO] [stdout] 7791 | & ( * ( 0 as * const tdTSS_DAA_SIGNATURE ) ) . zetaLength as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7796:19 [INFO] [stdout] | [INFO] [stdout] 7796 | & ( * ( 0 as * const tdTSS_DAA_SIGNATURE ) ) . zeta as * const [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7801:19 [INFO] [stdout] | [INFO] [stdout] 7801 | & ( * ( 0 as * const tdTSS_DAA_SIGNATURE ) ) . capitalTLength [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7806:19 [INFO] [stdout] | [INFO] [stdout] 7806 | & ( * ( 0 as * const tdTSS_DAA_SIGNATURE ) ) . capitalT as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7811:19 [INFO] [stdout] | [INFO] [stdout] 7811 | & ( * ( 0 as * const tdTSS_DAA_SIGNATURE ) ) . challengeLength [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7816:19 [INFO] [stdout] | [INFO] [stdout] 7816 | & ( * ( 0 as * const tdTSS_DAA_SIGNATURE ) ) . challenge as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7821:19 [INFO] [stdout] | [INFO] [stdout] 7821 | & ( * ( 0 as * const tdTSS_DAA_SIGNATURE ) ) . nonceTpmLength [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7826:19 [INFO] [stdout] | [INFO] [stdout] 7826 | & ( * ( 0 as * const tdTSS_DAA_SIGNATURE ) ) . nonceTpm as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7831:19 [INFO] [stdout] | [INFO] [stdout] 7831 | & ( * ( 0 as * const tdTSS_DAA_SIGNATURE ) ) . sVLength as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7836:19 [INFO] [stdout] | [INFO] [stdout] 7836 | & ( * ( 0 as * const tdTSS_DAA_SIGNATURE ) ) . sV as * const _ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7841:19 [INFO] [stdout] | [INFO] [stdout] 7841 | & ( * ( 0 as * const tdTSS_DAA_SIGNATURE ) ) . sF0Length as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7846:19 [INFO] [stdout] | [INFO] [stdout] 7846 | & ( * ( 0 as * const tdTSS_DAA_SIGNATURE ) ) . sF0 as * const [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7851:19 [INFO] [stdout] | [INFO] [stdout] 7851 | & ( * ( 0 as * const tdTSS_DAA_SIGNATURE ) ) . sF1Length as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7856:19 [INFO] [stdout] | [INFO] [stdout] 7856 | & ( * ( 0 as * const tdTSS_DAA_SIGNATURE ) ) . sF1 as * const [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7861:19 [INFO] [stdout] | [INFO] [stdout] 7861 | & ( * ( 0 as * const tdTSS_DAA_SIGNATURE ) ) . sELength as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7866:19 [INFO] [stdout] | [INFO] [stdout] 7866 | & ( * ( 0 as * const tdTSS_DAA_SIGNATURE ) ) . sE as * const _ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7871:19 [INFO] [stdout] | [INFO] [stdout] 7871 | & ( * ( 0 as * const tdTSS_DAA_SIGNATURE ) ) . sALength as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7876:19 [INFO] [stdout] | [INFO] [stdout] 7876 | & ( * ( 0 as * const tdTSS_DAA_SIGNATURE ) ) . sALength2 as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7881:19 [INFO] [stdout] | [INFO] [stdout] 7881 | & ( * ( 0 as * const tdTSS_DAA_SIGNATURE ) ) . sA as * const _ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7886:19 [INFO] [stdout] | [INFO] [stdout] 7886 | & ( * ( 0 as * const tdTSS_DAA_SIGNATURE ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7892:19 [INFO] [stdout] | [INFO] [stdout] 7892 | & ( * ( 0 as * const tdTSS_DAA_SIGNATURE ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7898:19 [INFO] [stdout] | [INFO] [stdout] 7898 | & ( * ( 0 as * const tdTSS_DAA_SIGNATURE ) ) . signedPseudonym [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7903:19 [INFO] [stdout] | [INFO] [stdout] 7903 | & ( * ( 0 as * const tdTSS_DAA_SIGNATURE ) ) . callbackResult [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7932:19 [INFO] [stdout] | [INFO] [stdout] 7932 | & ( * ( 0 as * const tdTSS_DAA_IDENTITY_PROOF ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7938:19 [INFO] [stdout] | [INFO] [stdout] 7938 | & ( * ( 0 as * const tdTSS_DAA_IDENTITY_PROOF ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7945:19 [INFO] [stdout] | [INFO] [stdout] 7945 | & ( * ( 0 as * const tdTSS_DAA_IDENTITY_PROOF ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7952:19 [INFO] [stdout] | [INFO] [stdout] 7952 | & ( * ( 0 as * const tdTSS_DAA_IDENTITY_PROOF ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7958:19 [INFO] [stdout] | [INFO] [stdout] 7958 | & ( * ( 0 as * const tdTSS_DAA_IDENTITY_PROOF ) ) . platform [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7964:19 [INFO] [stdout] | [INFO] [stdout] 7964 | & ( * ( 0 as * const tdTSS_DAA_IDENTITY_PROOF ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:7971:19 [INFO] [stdout] | [INFO] [stdout] 7971 | & ( * ( 0 as * const tdTSS_DAA_IDENTITY_PROOF ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:8002:19 [INFO] [stdout] | [INFO] [stdout] 8002 | & ( * ( 0 as * const tdTSS_PCR_INFO_SHORT ) ) . sizeOfSelect [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:8007:19 [INFO] [stdout] | [INFO] [stdout] 8007 | & ( * ( 0 as * const tdTSS_PCR_INFO_SHORT ) ) . selection as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:8012:19 [INFO] [stdout] | [INFO] [stdout] 8012 | & ( * ( 0 as * const tdTSS_PCR_INFO_SHORT ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:8018:19 [INFO] [stdout] | [INFO] [stdout] 8018 | & ( * ( 0 as * const tdTSS_PCR_INFO_SHORT ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:8024:19 [INFO] [stdout] | [INFO] [stdout] 8024 | & ( * ( 0 as * const tdTSS_PCR_INFO_SHORT ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:8051:19 [INFO] [stdout] | [INFO] [stdout] 8051 | & ( * ( 0 as * const tdTSS_FAMILY_TABLE_ENTRY ) ) . familyID [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:8057:19 [INFO] [stdout] | [INFO] [stdout] 8057 | & ( * ( 0 as * const tdTSS_FAMILY_TABLE_ENTRY ) ) . label as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:8062:19 [INFO] [stdout] | [INFO] [stdout] 8062 | & ( * ( 0 as * const tdTSS_FAMILY_TABLE_ENTRY ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:8069:19 [INFO] [stdout] | [INFO] [stdout] 8069 | & ( * ( 0 as * const tdTSS_FAMILY_TABLE_ENTRY ) ) . enabled as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:8075:19 [INFO] [stdout] | [INFO] [stdout] 8075 | & ( * ( 0 as * const tdTSS_FAMILY_TABLE_ENTRY ) ) . locked as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:8105:19 [INFO] [stdout] | [INFO] [stdout] 8105 | & ( * ( 0 as * const tdTSS_DELEGATION_TABLE_ENTRY ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:8111:19 [INFO] [stdout] | [INFO] [stdout] 8111 | & ( * ( 0 as * const tdTSS_DELEGATION_TABLE_ENTRY ) ) . label [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:8117:19 [INFO] [stdout] | [INFO] [stdout] 8117 | & ( * ( 0 as * const tdTSS_DELEGATION_TABLE_ENTRY ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:8123:19 [INFO] [stdout] | [INFO] [stdout] 8123 | & ( * ( 0 as * const tdTSS_DELEGATION_TABLE_ENTRY ) ) . per1 [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:8129:19 [INFO] [stdout] | [INFO] [stdout] 8129 | & ( * ( 0 as * const tdTSS_DELEGATION_TABLE_ENTRY ) ) . per2 [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:8135:19 [INFO] [stdout] | [INFO] [stdout] 8135 | & ( * ( 0 as * const tdTSS_DELEGATION_TABLE_ENTRY ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:8141:19 [INFO] [stdout] | [INFO] [stdout] 8141 | & ( * ( 0 as * const tdTSS_DELEGATION_TABLE_ENTRY ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:8168:19 [INFO] [stdout] | [INFO] [stdout] 8168 | & ( * ( 0 as * const tdTSS_PLATFORM_CLASS ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:8174:19 [INFO] [stdout] | [INFO] [stdout] 8174 | & ( * ( 0 as * const tdTSS_PLATFORM_CLASS ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:8180:19 [INFO] [stdout] | [INFO] [stdout] 8180 | & ( * ( 0 as * const tdTSS_PLATFORM_CLASS ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:8218:19 [INFO] [stdout] | [INFO] [stdout] 8218 | & ( * ( 0 as * const tdTCS_AUTH ) ) . AuthHandle as * const _ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:8223:19 [INFO] [stdout] | [INFO] [stdout] 8223 | & ( * ( 0 as * const tdTCS_AUTH ) ) . NonceOdd as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:8228:19 [INFO] [stdout] | [INFO] [stdout] 8228 | & ( * ( 0 as * const tdTCS_AUTH ) ) . NonceEven as * const _ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:8233:19 [INFO] [stdout] | [INFO] [stdout] 8233 | & ( * ( 0 as * const tdTCS_AUTH ) ) . fContinueAuthSession as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:8238:19 [INFO] [stdout] | [INFO] [stdout] 8238 | & ( * ( 0 as * const tdTCS_AUTH ) ) . HMAC as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:8263:19 [INFO] [stdout] | [INFO] [stdout] 8263 | & ( * ( 0 as * const tdTCS_LOADKEY_INFO ) ) . keyUUID as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:8268:19 [INFO] [stdout] | [INFO] [stdout] 8268 | & ( * ( 0 as * const tdTCS_LOADKEY_INFO ) ) . parentKeyUUID as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:8273:19 [INFO] [stdout] | [INFO] [stdout] 8273 | & ( * ( 0 as * const tdTCS_LOADKEY_INFO ) ) . paramDigest as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:8278:19 [INFO] [stdout] | [INFO] [stdout] 8278 | & ( * ( 0 as * const tdTCS_LOADKEY_INFO ) ) . authData as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 735 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 10.05s [INFO] running `Command { std: "docker" "inspect" "0297da4dc556e57f20e7cc11d5e6b3cade04846959e650d7fbc77630e9b7f5ec", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0297da4dc556e57f20e7cc11d5e6b3cade04846959e650d7fbc77630e9b7f5ec", kill_on_drop: false }` [INFO] [stdout] 0297da4dc556e57f20e7cc11d5e6b3cade04846959e650d7fbc77630e9b7f5ec