-
Bug
-
Resolution: Fixed
-
Minor
-
8.0
-
None
The clang compiler reported that opt on line 1161 of connected_protocolstack.c may be used uninitialized. This should not happen since one of the three if statements will be true, but to avoid the warning opt can be initialized to NULL.
Also, i on line 1724 is uninitialized. It should be initialized to zero.