ensure structure has enough space for embedded string

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6702 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming
2005-09-30 16:49:23 +00:00
parent 9d1fc454d4
commit 7f429e3b02

View File

@@ -68,7 +68,7 @@
struct eventqent {
struct eventqent *next;
char eventdata[0];
char eventdata[1];
};
struct mansession {