K 10 svn:author V 6 emaste K 8 svn:date V 27 2018-03-21T23:51:14.272995Z K 7 svn:log V 441 Fix kernel memory disclosure in drm_infobufs drm_infobufs() has a structure on the stack, fills it out and copies it to userland. There are 2 elements in the struct that are not filled out and left uninitialized. This will leak uninitialized kernel stack data to userland. Submitted by: Domagoj Stolfa Reported by: Ilja Van Sprundel MFC after: 1 day Security: Kernel memory disclosure (798) END