On Tue, 14 Mar 2023 20:10:08 GMT, Daniel Jeliński <[email protected]> wrote:
>> After this change, `gss_buffer_t` always uses `malloc` and `free`. All >> others use `new` and `delete`. It also initializes several `SecBuffer` to >> zeroes so it's safe to check for null when trying to free them. > > LGTM. Thanks! Congratulations to @djelinski for being promoted to an OpenJDK Reviewer! ------------- PR Comment: https://git.openjdk.org/jdk/pull/13018#issuecomment-1483253260
