mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
dtappbuilder: Fix for very wrong sized buffer
This commit is contained in:
parent
bb9eef427f
commit
73dafa91e7
1 changed files with 1 additions and 1 deletions
|
@ -854,7 +854,7 @@ STRING
|
|||
abmfP_get_widget_name_for_res_file(ABObj obj)
|
||||
{
|
||||
static char name[MAX_NAME_SIZE];
|
||||
char nameTemp[sizeof(MAX_NAME_SIZE)];
|
||||
char nameTemp[sizeof(name)];
|
||||
*name = 0;
|
||||
assert(abmfP_parent(obj) != NULL);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue