[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Libunwind-devel] PATCH: Use strtoul in test-coredump-unwind.c
From: |
Petr Malat |
Subject: |
[Libunwind-devel] PATCH: Use strtoul in test-coredump-unwind.c |
Date: |
Thu, 15 Dec 2016 14:48:33 +0100 |
User-agent: |
Mutt/1.5.23 (2014-03-12) |
Hi!
test-coredump-unwind.c was not working for me because all addresses bigger
than 0x80000000 were read as 0x7FFFffff. This happens because strtol returns
LONG_MAX if the number is bigger than LONG_MAX.
BR,
Petr
unwind-strtoul.patch
Description: Text Data
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Libunwind-devel] PATCH: Use strtoul in test-coredump-unwind.c,
Petr Malat <=