Bug 72101
Summary: | Uninitialized variable in intel_sdvo.c | ||
---|---|---|---|
Product: | Drivers | Reporter: | Han Shen (shenhan) |
Component: | Video(DRI - Intel) | Assignee: | intel-gfx-bugs (intel-gfx-bugs) |
Status: | RESOLVED INVALID | ||
Severity: | normal | CC: | alan, intel-gfx-bugs, shenhan |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 3.4 | Subsystem: | |
Regression: | No | Bisected commit-id: |
Description
Han Shen
2014-03-14 17:55:51 UTC
intel_sdvo_get_trained_inputs() returns false on early return when input1 and input2 have not been initialized, and we check the return status before touching the variables. Hmm. Yeah, you'are right. Then it is the compiler bug, I'll fire one for gcc. |