The endpoint class has a private union that allocates a char buffer on the stack. Because the code here increments the size of the string stored on the buffer without copying any additional data into it, that data is undefined. We should null out the data in this buffer so that we guarantee that we are not storing junk data with the string
- Votes:
-
0 Vote for this issue
- Watchers:
-
2 Start watching this issue
- Created:
- Updated:
- Resolved: