bors 6c73f67998 Auto merge of #15105 - dfireBird:fix-15096, r=HKalbasi
Change comparsion for checking if number is negative to include 128

The last byte in Little-Endian representation of negative integers start at 128 (Ox80) till 255 (OxFF). The comparison before the fix didn't check for 128 which made is_negative variable as false.

Potentially fixes #15096
2023-06-22 12:35:22 +00:00
..
2023-06-22 11:44:10 +02:00
2023-06-22 11:44:10 +02:00
2023-06-22 11:44:10 +02:00
2023-06-22 11:44:10 +02:00
2023-06-22 11:44:10 +02:00
2023-06-22 11:44:10 +02:00
2023-06-22 11:44:10 +02:00
2023-06-22 11:44:10 +02:00
2023-06-22 11:44:10 +02:00
2023-06-19 22:56:31 +08:00
2023-06-16 16:43:43 +03:30
2023-06-21 16:13:17 +03:00