mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
dtcreate: Fix another buffer overflow issue
This commit is contained in:
parent
e7ec2a4bdd
commit
c8a5b9671f
1 changed files with 1 additions and 1 deletions
|
@ -535,7 +535,7 @@ static Widget _Uxbuild_FileCharacteristics(void)
|
||||||
|
|
||||||
pre = GETMESSAGE(3, 10, "Create Action");
|
pre = GETMESSAGE(3, 10, "Create Action");
|
||||||
suf = GETMESSAGE(9, 10, "Identifying Characteristics");
|
suf = GETMESSAGE(9, 10, "Identifying Characteristics");
|
||||||
dialog_title = XtMalloc(strlen(pre) + strlen(suf) + 2);
|
dialog_title = XtMalloc(strlen(pre) + strlen(suf) + 4);
|
||||||
sprintf(dialog_title, "%s - %s", pre, suf);
|
sprintf(dialog_title, "%s - %s", pre, suf);
|
||||||
|
|
||||||
if (bLowRes) {
|
if (bLowRes) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue