chenxiaolong / avbroot

Sign (and root) Android A/B OTAs with custom keys while preserving Android Verified Boot
GNU General Public License v3.0
436 stars 41 forks source link

Switch to my fork of the bzip2-rs library #287

Closed chenxiaolong closed 1 month ago

chenxiaolong commented 1 month ago

This includes a fix for yet another infinite-loop-on-drop bug in the bzip2::write::BzDecoder implementation. This could be easily triggered when interrupting an avbroot command while it is extracting a bzip2 compressed payload.bin chunk.

Fixes: #285