mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
Fixed a buffer-overflow bug in S-Lang
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8368 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
2122007a16
commit
b0b12fa8d6
@ -76,7 +76,8 @@
|
||||
<para>Install <application>S-Lang</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &&
|
||||
<screen><userinput>sed -i 's/<=/</' src/slagetput.inc &&
|
||||
./configure --prefix=/usr --sysconfdir=/etc &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>To test the results, issue: <command>make check</command>. Note that
|
||||
@ -95,6 +96,9 @@ chmod -v 755 /usr/lib/libslang.so.&slang-version; \
|
||||
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<para><command>sed -i 's/<=/</' src/slagetput.inc;</command>:
|
||||
This sed fixes a buffer-overflow bug.</para>
|
||||
|
||||
<para><command>make install_doc_dir=/usr/share/doc/slang-&slang-version;
|
||||
SLSH_DOC_DIR=/usr/share/doc/slang-&slang-version;/slsh install-all</command>:
|
||||
|
@ -44,6 +44,10 @@
|
||||
<listitem>
|
||||
<para>March 30th, 2010</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[ag] - Fixed with a sed a buffer overflow bug in S-Lang.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[randy] - Updated to Apache HTTPD-2.2.15.</para>
|
||||
</listitem>
|
||||
|
Loading…
Reference in New Issue
Block a user