On Sun, May 05, 2013 at 01:01:28PM +0200, Maxime Villard wrote:
> I have been making a code scanner for a while, and I wanted to test
> a new rule, so I scanned sys/pci/drm. It found an uninitialized
> variable in intel_ddi.c.
>
> Quite simple, if !(val & DDI_BUF_CTL_ENABLE) at l.1420, the variabl
On Sun, May 5, 2013 at 1:01 PM, Maxime Villard wrote:
> I have been making a code scanner for a while, and I wanted to test
> a new rule, so I scanned sys/pci/drm. It found an uninitialized
> variable in intel_ddi.c.
>
> Quite simple, if !(val & DDI_BUF_CTL_ENABLE) at l.1420, the variable
> 'wait'
I have been making a code scanner for a while, and I wanted to test
a new rule, so I scanned sys/pci/drm. It found an uninitialized
variable in intel_ddi.c.
Quite simple, if !(val & DDI_BUF_CTL_ENABLE) at l.1420, the variable
'wait' is not initialized at l.1432.
I guess I should send it upstream,