-
Hey, I really like this projcet and I've studied a bunch of the RAR format lately. I've tried using your package on a rar5 file and realized it didn't work because, well, there's a few main changes in…
-
### Backend
VL (Velox)
### Bug description
When using Gluten-1.2.0, an error is reported after a filecache hit once filecache is set.
```shell
spark.gluten.sql.columnar.backend.velox.fileHa…
-
def gen_shellcode(self, shellcode):
shellcode = shellcode.replace("\r", "").replace("\n", "")
try:
key = self.gen_key()
self.ui.print_msg("Generating ob…
-
### What happened?
Migrating from version 6 to version 7 of the [`safe-eth-py`](https://github.com/safe-global/safe-eth-py) library we have detected a problem invoking a function of a contract with t…
-
This deeply annoys me:
```rust
let peek = goblin::peek(&mut fd)?;
if let Hint::Unknown(magic) = peek {
println!("unknown magic: {:#x}", magic)
} else {
let bytes = …
-
I was recently using fuzz to conduct security testing on pcapfix, and found a bug in pcapfix . The specific information is as follows:
```
./pcapfix -d pcapfix_poc
```
```
pcapfix 1.1.7 (c) 201…
-
### System information
Type | Version/Name
--- | ---
Distribution Name | NixOS
Distribution Version | 23.11
Kernel Version | 6.7.10
Architecture | x84_64
OpenZFS Version | 2.2.3-1
…
-
I've been looking through your library and I found the `extractFileHeader` and it works great.
My only issue is that we are running in a cloud environment and dealing with rather large avro files (48…
kri5t updated
2 years ago
-
The following is true for our core as well as for the MiSTer core, tested by @paich64 (and for sy2002's internal records, here is the private Discord link: https://discord.com/channels/@me/10347799198…
-
in test.c line 56:/* the extra 5 bytes are because of inaccuracies when reserving memory */
why the the extra 5 bytes ? It is like a magic number.
what reason cause inaccuracies when reserving memo…