mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
Valgrind notes that the buffer is not fully initialized when we pass it to write(). This could potentially write sensitive data, if we are not careful with the buffer length. See https://gitlab.gnome.org/GNOME/gjs/issues/120 https://bugzilla.gnome.org/show_bug.cgi?id=794272