On Mon, 7 Feb 2022 09:14:51 GMT, Daniel Jeliński <djelin...@openjdk.org> wrote:
>> Clean up of various issues related to error handling and memory management > > Daniel Jeliński has updated the pull request incrementally with one > additional commit since the last revision: > > Initialize return value in all cases Hi! Would it help with the review if I split this patch into smaller portions? It contains 20-ish independent fixes for memory leaks, invalid free, and incorrect return value handling; I could easily put each of these changes in a separate PR if that helps. ------------- PR: https://git.openjdk.java.net/jdk/pull/6090