modesetting: Fix uninitialized memory usage in drmmode_crtc_get_fb_id()
This really sucked to find out :(
Signed-off-by: Lyude Paul <lyude@redhat.com>
Reviewed-by: Karol Herbst <kherbst@redhat.com>
(cherry picked from commit c41d4ff48f)
			
			
This commit is contained in:
		
							parent
							
								
									820ce7cb8b
								
							
						
					
					
						commit
						79795bf9df
					
				|  | @ -604,6 +604,8 @@ drmmode_crtc_get_fb_id(xf86CrtcPtr crtc, uint32_t *fb_id, int *x, int *y) | |||
|     drmmode_ptr drmmode = drmmode_crtc->drmmode; | ||||
|     int ret; | ||||
| 
 | ||||
|     *fb_id = 0; | ||||
| 
 | ||||
|     if (drmmode_crtc->prime_pixmap) { | ||||
|         if (!drmmode->reverse_prime_offload_mode) { | ||||
|             msPixmapPrivPtr ppriv = | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue