Youngsuk Kim
Youngsuk Kim
Currently, error messages emitted to stderr don't end with a newline character. * example ```shell lonelyjoe@lonelyjoe-desktop:~/workspace/Rust_abstractions/basicmath_large$ cargo asm [ERROR]: cargo asm could not find any output files!lonelyjoe@lonelyjoe-desktop:~/workspace/Rust_abstractions/basicmath_large$ lonelyjoe@lonelyjoe-desktop:~/workspace/Rust_abstractions/basicmath_large$ ``` This...
Hello :crab: , we (Rust group @sslab-gatech) found a memory-safety/soundness issue in this crate while scanning Rust code on crates.io for potential vulnerabilities. ## Issue Description * `metadata::read_vorbis_comment_block()` method https://github.com/ruuda/claxon/blob/2f053855d581cfe3b9e7cef67fed5b0b0ccc45aa/src/metadata.rs#L432-L438...
Hello :crab: , we (Rust group @sslab-gatech) found a memory-safety/soundness issue in this crate while scanning Rust code on crates.io for potential vulnerabilities. ## Issue Description https://github.com/frankmcsherry/columnar/blob/6eb0dad222aa0b7da2de2a9614f608de1188060c/src/lib.rs#L289-L303 `read_typed_vec()` method creates...
Hello :crab:, we (Rust group @sslab-gatech) found a memory-safety/soundness issue in this crate while scanning Rust code on crates.io for potential vulnerabilities. ## Issue Description https://github.com/PumpkinDB/PumpkinDB/blob/f37b0b586357cafd2fd0eba8bea9072665af0b00/pumpkindb_client/src/packet.rs#L50-L55 `PacketReader::read()` method creates an...
Hello :crab: , we (Rust group @sslab-gatech) found a memory-safety/soundness issue in this crate while scanning Rust code on crates.io for potential vulnerabilities. ## Issue Description https://github.com/gfx-rs/gfx/blob/83a437d34b6f3082217c7ac9a476a1429d7f615c/src/auxil/auxil/src/lib.rs#L72-L82 [`gfx_auxil::read_spirv()`](https://docs.rs/gfx-auxil/0.7.0/gfx_auxil/fn.read_spirv.html) method creates...
Hello, Using the Cargo config as below, ```cargo ... [target.thumbv7m-none-eabi] runner = "qemu-system-arm -cpu cortex-m3 -machine lm3s6965evb -nographic -semihosting-config enable=on,target=native -kernel" [build] target = "thumbv7m-none-eabi" # Cortex-M3 ... ``` I...
Hello :crab:, when running the program below that repeatedly calls `iprintln!()`, it always stops printing at the same point in code, not finishing the printing tasks. It should print "Hello...
Hello :crab: , this PR aims to close #77. In the example from bluetooth specs (5.2) where the master misses the initial transmit window, the slave hops to a new...
Hello :crab: , I recently submitted a bug report to the [`multiqueue2`](https://crates.io/crates/multiqueue2/0.1.7) crate which is maintained from a fork of this crate. The bug was fixed a few days ago...
Hello :crab: , we (Rust group @sslab-gatech) found a memory-safety/soundness issue in this crate while scanning Rust code on crates.io for potential vulnerabilities. ## Issue Description We found four cases...