Re: [PATCH v2] cmd: avb: free partition buffer upon verify completion

2020-05-20 Thread Tom Rini
On Mon, May 11, 2020 at 12:11:53PM +0200, Gary Bisson wrote: > Doing the same as the unittests for libavb [1]. > > Allows to run 'avb verify' multiple times which can be useful after a > failure to be able to re-flash the partition and try again. > > [1] > https://android.googlesource.com/platfo

Re: [PATCH v2] cmd: avb: free partition buffer upon verify completion

2020-05-12 Thread Igor Opaniuk
Hi Gary, On Mon, May 11, 2020 at 1:11 PM Gary Bisson wrote: > > Doing the same as the unittests for libavb [1]. > > Allows to run 'avb verify' multiple times which can be useful after a > failure to be able to re-flash the partition and try again. > > [1] > https://android.googlesource.com/platfo

[PATCH v2] cmd: avb: free partition buffer upon verify completion

2020-05-11 Thread Gary Bisson
Doing the same as the unittests for libavb [1]. Allows to run 'avb verify' multiple times which can be useful after a failure to be able to re-flash the partition and try again. [1] https://android.googlesource.com/platform/external/avb/+/refs/tags/android-9.0.0_r37/test/avb_slot_verify_unittest.