mirror of https://github.com/pwndbg/pwndbg.git
tests: relax jemalloc heap address regex for portability (#3460)
The previous pattern assumed addresses beginning with 0x7ffff and a limited
hex-length, which caused jemalloc heap tests to fail on some systems where
extents are mapped at addresses like 0x7ec7... with more digits.
Relax the regex to 0x[0-9a-fA-F]{6,16} so we still validate that a hex address
is printed, but support different virtual address layouts and jemalloc mappings.
pull/3182/head^2
parent
8d1adc2a1e
commit
632ae3d9e0
Loading…
Reference in new issue