id summary reporter owner description type status priority milestone component version severity resolution keywords cc mlocked 4643 test for empty string Erik Hovland danielk "In the file avformatdecoder.cpp, in the member function AvFormatDecoder::ScanStreams there are two tests for the validity of the character array language. Since it is an array and not a pointer, checking for its validity is likely not correct. If you look at what is attempted inside the test brackets you see that what is likely is that the coder is testing to see if the string is empty. So the test has been changed to check for emptiness of string instead of validity of pointer." patch closed minor 0.21 mythtv head low fixed 0