Re: [edk2-devel] [edk2-platforms][PATCH v4 00/12] Ext4Pkg: Code correctness and security improvements

2023-02-08 Thread Pedro Falcato
With some minor fixups[1], for the series: Reviewed-by: Pedro Falcato and pushed to edk2-platforms HEAD. Thanks, Pedro [1] Fixed up some commit messages to be imperative, added my Rb, fixed a status return in Extents.c for ("Ext4Pkg: Correct integer overflow check logic in DiskUtil"), and rem

[edk2-devel] [edk2-platforms][PATCH v4 00/12] Ext4Pkg: Code correctness and security improvements

2023-02-02 Thread Savva Mitrofanov
Hi all, In v4 I rebased patches according upstream. Also in this revision I corrected all remarks and comments from v3. This patchset fixes several code problems found by fuzzing Ext4Dxe like buffer and integer overflows, memory leaks, logic bugs and so on. REF: https://github.com/savvamitrofano