Skip to content
Snippets Groups Projects
Commit 7f429e3b authored by Kevin P. Fleming's avatar Kevin P. Fleming
Browse files

ensure structure has enough space for embedded string

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6702 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 9d1fc454
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@
struct eventqent {
struct eventqent *next;
char eventdata[0];
char eventdata[1];
};
struct mansession {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment