v2.98.29
This commit is contained in:
parent
d214eda27a
commit
a3bc73d1fb
3 changed files with 85 additions and 1 deletions
|
@ -1,3 +1,63 @@
|
|||
- commits:
|
||||
- subject: Update layers/meta-balena to c8f7eb1fdd6b342cc816e7b2b7e0c60634de2e87
|
||||
hash: 21ec17d729532fc5671c8ef2830802868fc0620a
|
||||
body: Update layers/meta-balena
|
||||
footer:
|
||||
Changelog-entry: Update layers/meta-balena to c8f7eb1fdd6b342cc816e7b2b7e0c60634de2e87
|
||||
changelog-entry: Update layers/meta-balena to c8f7eb1fdd6b342cc816e7b2b7e0c60634de2e87
|
||||
author: Renovate Bot
|
||||
nested:
|
||||
- commits:
|
||||
- subject: Update balena-engine to v20.10.17
|
||||
hash: 8a7b24d38f67749b5d979ce12a0fafe5626190bb
|
||||
body: |
|
||||
Update balena-engine from 20.10.16 to 20.10.17
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
Signed-off-by: Leandro Motta Barros <leandro@balena.io>
|
||||
signed-off-by: Leandro Motta Barros <leandro@balena.io>
|
||||
Changelog-entry: Update balena-engine to v20.10.17
|
||||
changelog-entry: Update balena-engine to v20.10.17
|
||||
author: Leandro Motta Barros
|
||||
nested:
|
||||
- commits:
|
||||
- subject: Fix "slice bounds out of range" while applying deltas
|
||||
hash: 6f12d0abb3e438f26a18eee9bbaeca9c4702f7e7
|
||||
body: >
|
||||
The root cause of this issue was an integer overflow in
|
||||
32-bit platforms
|
||||
|
||||
-- specifically, when explicitly converting `io.Reader` offsets
|
||||
|
||||
(`int64`) to slice indices (`int`, which is only 32-bit long on 32-bit
|
||||
|
||||
platforms).
|
||||
|
||||
|
||||
We already had in place the checks supposed to ensure slice bounds where
|
||||
|
||||
always within the expected bounds. So, in a way, this commit just
|
||||
|
||||
re-organizes the code so that we perform safely this required `int64` to
|
||||
|
||||
`int` type conversion.
|
||||
footer:
|
||||
Signed-off-by: Leandro Motta Barros <leandro@balena.io>
|
||||
signed-off-by: Leandro Motta Barros <leandro@balena.io>
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Leandro Motta Barros
|
||||
nested: []
|
||||
version: balena-engine-20.10.17
|
||||
title: "'Lmb/fix oob slice'"
|
||||
date: 2022-05-17T20:01:47.266Z
|
||||
version: meta-balena-2.98.29
|
||||
title: "'balena-engine: Update to 20.10.17'"
|
||||
date: 2022-05-23T17:18:04.355Z
|
||||
version: 2.98.29
|
||||
title: "'Update layers/meta-balena digest to c8f7eb1'"
|
||||
date: 2022-05-24T11:38:05.170Z
|
||||
- commits:
|
||||
- subject: Update contracts to 6ffb1c8d87c8d0940405cbbc954aa625b4b1f94a
|
||||
hash: 34ff1a36e91a2816f206ac7a497c25d7b22a544e
|
||||
|
|
24
CHANGELOG.md
24
CHANGELOG.md
|
@ -1,6 +1,30 @@
|
|||
Change log
|
||||
-----------
|
||||
|
||||
# v2.98.29
|
||||
## (2022-05-24)
|
||||
|
||||
|
||||
<details>
|
||||
<summary> Update layers/meta-balena to c8f7eb1fdd6b342cc816e7b2b7e0c60634de2e87 [Renovate Bot] </summary>
|
||||
|
||||
> ## meta-balena-2.98.29
|
||||
> ### (2022-05-23)
|
||||
>
|
||||
>
|
||||
> <details>
|
||||
> <summary> Update balena-engine to v20.10.17 [Leandro Motta Barros] </summary>
|
||||
>
|
||||
>> ### balena-engine-20.10.17
|
||||
>> #### (2022-05-17)
|
||||
>>
|
||||
>> * Fix "slice bounds out of range" while applying deltas [Leandro Motta Barros]
|
||||
>>
|
||||
> </details>
|
||||
>
|
||||
>
|
||||
</details>
|
||||
|
||||
# v2.98.28+rev1
|
||||
## (2022-05-21)
|
||||
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.98.28+rev1
|
||||
2.98.29
|
Loading…
Add table
Reference in a new issue