Displaying 2 results from an estimated 2 matches for "str_buf_sz".
Did you mean:
str_buf_size
1996 Nov 25
2
XMCD v2.1 released (was: Security Problems in XMCD)
This is to announce that XMCD 2.1 patchlevel 0 has been released
which fixes all of the issues previously raised by David Meltzer.
It also contains a number of other minor feature and functionality
enhancements. The new version may be obtained via the xmcd web page at:
http://sunsite.unc.edu/~cddb/xmcd/
Users of xmcd with older versions are encouraged to upgrade.
-Ti
--
\\ // XMCD - Motif CD
1996 Nov 21
2
Re: BOUNCE: Re: Chattr +i and securelevel
...amination that I simply can not devote the time to achieve for a
non-critical piece of code such as xmcd.
The offending line of code is in cdfunc.c in the cd_init() function:
sprintf(titlestr, "%s %d", app_data.main_title, app_data.devnum);
The titlestr is defined to be char titlestr[STR_BUF_SZ]. The string
app_data.main_title is read from the XMcd resource file which will be
read from a user''s home directory. A user can then modify the
XMcd*mainWindowTitle resource to an arbitrary length string.
Questions regarding XMCD should be sent to the maintainer at
xmcd@amb.org. Q...