Yewan Na

Results 15 comments of Yewan Na

It seems that the crash can be reproduced when the given input from stdin is converted to u64 which is bigger than 0x10000000000.

I attach .docx file with brief explanation of this crash. [Bug explanation.docx](https://github.com/user-attachments/files/17342715/Bug.explanation.docx)

Sure! Here is a sample command that I used and the given input file. You can use this with a command `./cbor2yaml < ./input` Thanks for looking at this issue...

Sorry for my late replay. I roughly analyze the bug, then I found the code that determine the size to be allocated in the heap looks like this: `fn parse_u64(&mut...

@pickfire Hello, I hope you're doing well. If you don't mind, it will be grateful if you take a look at this issue.

Sorry for my late reply. Here is the input file that caused this crash and the execution command is "./target/x86_64-unknown-linux-gnu/debug/id3-remove ./out/default/crashes/crash_input-1*" ! Thank you for look around this issue. I'll...

Thank you for your close investigation and giving example code! I'll open the issue on the id3 repository and let you know if they corrected this issue!

``` pub fn shl(&self, rhs: usize) -> BigInt { (&self.bigint BigUint { let n_unit = bits / big_digit::BITS; let mut data = match n_unit { 0 => n.into_owned().data, _ =>...

@hlorenzi Hi, I hope you have a great day. Since we discussed about this issue a time ago, It might be a great pleasure for me if you take this...