Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0002-To-cast-uint64_t-for-shift-to-prevent-Werror-shift-c.patch | To cast uint64_t for shift to prevent -Werror=shift-count-overflow | Hsieh-Tseng Shen <woodrow.shen@gmail.com> | no | 2019-12-10 | ||
correct-get_uint64.patch | [PATCH] Correct get_uint64 For large integer values, the existing implementation will be incorrect. The current implementation of converting strings to integer values uses a signed integer for the intermediate conversion and performs a range check. Since any value in an unsigned 64-bit integer is valid, the range check seems unnecessary. To mimic the same code path, we would need a larger integer type. |
Tony Asleson <tasleson@redhat.com> | not-needed | debian | upstream, commit:ed747ac3540cb38797f56533f9f51f5627e6b994 | 2024-09-16 |