SolaceSamples / solace-samples-c

Getting Started Samples for the Solace C API.
http://dev.solace.com/get-started/c-tutorials/
Apache License 2.0
22 stars 21 forks source link

Fixed a potential 0xcccccccc violation access error when solClient_se… #21

Closed tjkjohn closed 6 years ago

tjkjohn commented 6 years ago

This issue was encountered by a customer who create raised a support ticket (ID 32329).

Basically, the array of sessionProps should be initialized to 0 to potentially avoid this issue.