Commit 0191aea
authored
Handle zero limb when counting leading zeroes (#1110)
I opted to take a more general approach than bellard/quickjs@638ec8c
so this problem hopefully doesn't show up again in the future.
Fixes: #11051 parent 3d3b58d commit 0191aea
2 files changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10617 | 10617 | | |
10618 | 10618 | | |
10619 | 10619 | | |
| 10620 | + | |
| 10621 | + | |
10620 | 10622 | | |
10621 | 10623 | | |
10622 | 10624 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| 66 | + | |
| 67 | + | |
66 | 68 | | |
67 | 69 | | |
68 | 70 | | |
| |||
0 commit comments