Marijn Suijten
c6842949de
Release ash 0.33.1 with read_spv UB fix
2021-08-23 12:46:38 +02:00
Marijn Suijten
2c98b6f384
util: Zero-initialize result to prevent possible uninit memory read ( #470 )
...
Fixes https://github.com/MaikKlein/ash/issues/354
`io::Read::read_exact` does not receive `MaybeUninit` memory and a trait
implementation can possibly read from our uninitialized vector without
`unsafe`, which is UB. As there is no proper solution to this problem
yet (see linked issue), our safest bet is to just take the perf-hit and
zero-initialize this vector.
2021-08-23 12:44:17 +02:00
Marijn Suijten
17149bd791
Update changelog and prepare for ash-0.33 and ash-window-0.7 release ( #460 )
...
* changelog: Add all entries for 0.33
* Prepare for ash-0.33 and ash-window-0.7 release
2021-07-30 15:22:29 +02:00
Marijn Suijten
14d69087cb
changelog: Curate 0.32.0 release notes
2021-04-15 11:47:36 +02:00
Marijn Suijten
c942328cab
changelog: Add missing link for 0.32.1, document changes to ash-window
2021-04-15 11:39:35 +02:00
Marijn Suijten
fc1430ff0a
changelog: Document 0.32.1 crate release
2021-04-15 11:24:11 +02:00
Marijn Suijten
2eebf989b2
changelog: Release date for 0.32.0 is 2021-03-07
2021-04-15 11:17:02 +02:00
Maik Klein
41ff55d0ca
Prepare 0.32.0 release
2021-03-07 20:12:35 +01:00
Maik Klein
8d7dfee763
Release 0.31.0
2020-05-10 21:14:01 +02:00
Maik Klein
e575b233e5
Remove incorrect device params ( #284 )
...
* Remove incorrect device params
* Fmt
2020-04-11 12:18:31 +02:00
Maik Klein
a480c57152
typo
2020-03-24 12:22:14 +01:00
Maik Klein
80f03ef00a
Add changelog for 0.30.0
2020-03-22 20:27:37 +01:00
Maik Klein
07fd87b95f
Release 0.29.0
2019-04-27 08:48:41 +02:00
Maik Klein
793acafe1b
Bump version to 0.28.0
2019-03-10 20:32:12 +01:00
Maik Klein
9a458e7a28
Update changelog
2019-01-13 12:41:44 +01:00
Maik Klein
515f52fab9
Bump version
2018-11-16 18:45:54 +01:00
Maik Klein
2811bd49eb
Update the changelog
2018-11-11 18:29:11 +01:00
Maik Klein
ef5a550096
Add changelog
2017-07-09 09:13:36 +02:00