mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-22 14:44:34 +00:00
Sync libbacktrace with 4d2dd0b.
This commit is contained in:
parent
5439a7cd8a
commit
1a1d7bbb54
@ -1803,7 +1803,7 @@ elf_zlib_inflate (const unsigned char *pin, size_t sin, uint16_t *zdebug_table,
|
||||
/* An uncompressed block. */
|
||||
|
||||
/* If we've read ahead more than a byte, back up. */
|
||||
while (bits > 8)
|
||||
while (bits >= 8)
|
||||
{
|
||||
--pin;
|
||||
bits -= 8;
|
||||
|
Loading…
Reference in New Issue
Block a user