From f43d6e82c3fb59f25189c745c5ca5ff1d2e3c161 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 27 Nov 2022 02:54:36 +0100 Subject: mgl_window_get_clipboard_string set ptr to NULL after free when failing --- include/mgl/window/window.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/mgl/window/window.h b/include/mgl/window/window.h index ed50dcb..350421d 100644 --- a/include/mgl/window/window.h +++ b/include/mgl/window/window.h @@ -126,6 +126,7 @@ bool mgl_window_get_clipboard(mgl_window *self, mgl_clipboard_callback callback, This function returns false if there is nothing to copy, or if the clipboard contains clipboard data that is not a string or if it fails to copy the data for any other reason. + Note: The string is not null terminated. */ bool mgl_window_get_clipboard_string(mgl_window *self, char **str, size_t *size); void mgl_window_set_key_repeat_enabled(mgl_window *self, bool enabled); -- cgit v1.2.3-70-g09d2