Hi, I am currently testing to write a Async only Client. After implementing it according to Specs and setting the fAsyncOnly Flag to true and the type of the client (feature Flags) in the console sample the linux kernel driver runs into an exception. After debugging the code I found that the driver is trying to sent PRes messages during connection startup?! But a Async only client should never send PRes. So I debugged further and found code in dllkevent.c that tries to send PRes during initialization....
Hi, I have discovered a behaviour of cppcheck that is maybe a bug. I prepared a simple sample with one headerfile and two sourcefiles. As I understand the documentation of cppcheck this case should be found if I use a cppcheck Build directory (hole program test). In the first source file Test1.c the out of bounds is found in the function Testfunc2 and main but the out of bounds in the Testfunc in source file interf.c is not found. The overall programm check should probably find this case. I am doing...