- Notifications
You must be signed in to change notification settings - Fork49
Commitf560d99

Alexander Korotkov
Fix bug in assignment of next jsquery item offset.
Output buffer could be reallocated after next item is filled. So, we needto make sure that we calculate pointer inside the buffer after item is filled.1 parent2ead3ad commitf560d99
3 files changed
+11
-1
lines changedLines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1656 | 1656 |
| |
1657 | 1657 |
| |
1658 | 1658 |
| |
| 1659 | + | |
| 1660 | + | |
| 1661 | + | |
| 1662 | + | |
| 1663 | + | |
| 1664 | + | |
1659 | 1665 |
| |
1660 | 1666 |
| |
1661 | 1667 |
| |
|
Lines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
135 | 135 |
| |
136 | 136 |
| |
137 | 137 |
| |
138 |
| - | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
139 | 142 |
| |
140 | 143 |
| |
141 | 144 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
331 | 331 |
| |
332 | 332 |
| |
333 | 333 |
| |
| 334 | + | |
334 | 335 |
| |
335 | 336 |
| |
336 | 337 |
| |
|
0 commit comments
Comments
(0)