Yechan Bae

Results 21 comments of Yechan Bae

Experienced the same thing, the desktop app version is 4.7.1 and the server was 5.34.2 enterprise. Could you re-open the issue?

I don't have a video, but the symptom is that calc.exe GUI pops up when I click the close button of Mattermost desktop app (which minimizes the app to the...

https://github.com/shawnscode/crayon/blob/48d4e879996e2502e0faaf36e4dbcebfca9961b0/src/utils/object_pool.rs#L75-L87 Also, storing uninitialized `T` to `Vec` is an undefined behavior even if it is not accessed AFAIK.

I realized that Typora 1.1.5 is using Mermaid 8.8.3. Is there any plan to update the library anytime soon?

Thanks! It was brought up in [Zulip](https://rust-lang.zulipchat.com/#narrow/stream/146229-wg-secure-code/topic/CVE.20Updates/near/227863818) previously, but I forgot to create an issue here. The CVE entry for this bug is CVE-2021-21235.

@hawkw This is not an incorrect code in terms of correctness, but we can improve the consistency of the code and save a bit of memory by changing `HeaderMap::with_capacity` to...

Actually, the bug here looks very similar to what happened to the standard library: https://rustsec.org/advisories/CVE-2019-12083.html

I started looking into the code, and I'm about halfway done; I will open issues about my finding and keep this thread updated.

Reported hyperium/http#352, hyperium/http#353, hyperium/http#354, and hyperium/http#355. I don't have enough time to work on PRs in the mean time, so I would appreciate it if someone else can take care...

Sounds good, thank you!