How to report code errors?

Andrew Talbot Andrew.Talbot at talbotville.com
Sat Sep 16 10:41:04 CDT 2006


How should one report minor code errors that don't necessarily produce known
bad behaviour? To give a concrete example, in msacm32:driver.c
acmDriverPriority(), formal parameter dwPriority is of type DWORD, which is
unsigned, but it contains a line that reads:

    if (dwPriority < 0) dwPriority = -1;

... which can never happen.

Bugzilla seems inappropriate, so does wine-devel. If Coverity has abandoned
us, would it be worth having a web/wiki page for posting any such code
anomalies, so that the knowledgable might consider fixing them?

Thanks,

-- Andy.





More information about the wine-devel mailing list