ihc童鞋@提不起劲
ihc童鞋@提不起劲
1. On the same instance, we operate on the same git index concurrently, which may cuase the results be interdependent. The solution I can think about is to hold a...
I think keeping the original reference link or username is an essential to show some respect to the one who made it. It's not glorious to copy other's code, delete...
hash(key+message)无法防御长度扩展攻击,应当使用HMAC或hash(message+key)修补。
By default setting `libbpf_flags` to 0 will make libbpf load its ebpf prog. But for many cases we don't want all the packets to userspace. For example, maybe we only...
I am working on a small patch(#3098) and I found it's hard to pass coverage ci. # Why writing a fixed threashold in code is not a good solution I...
1. use slab for user_data instead of box Use a Vec based slab is more efficient than using box which may allocate memory. 2. move generic type from push/pop to...
## PR Type Fix ## PR Checklist - [x] Tests for the changes have been added / updated. - [x] ~Documentation comments have been added / updated.~ - [x] A...
A fix for rust-openssl can be found at https://github.com/sfackler/rust-openssl/pull/1922 This PR fixes a BIO_flush related issue. According to openssl doc([link](https://www.openssl.org/docs/man1.0.2/man3/BIO_flush.html)): BIO_flush(), because it can write data may return 0 or...
Use h1 to give an initial group index, then doing loop search.