<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
 <channel>
  <atom:link href="https://smaugmuds.afkmods.com/index.php?a=rssfeed&amp;t=1358" rel="self" type="application/rss+xml" />
  <title>SmaugMuds - Topic: [Bug] Line editor crashes when overfilled</title>
  <link>https://smaugmuds.afkmods.com/index.php?a=rssfeed&amp;t=1358</link>
  <description>The largest Smaug community resource site. - AFKMud 2.01</description>
  <language>en</language>
  <generator>SmaugMuds</generator>
  <ttl>60</ttl>
  <item>
   <title>[Bug] Line editor crashes when overfilled</title>
   <link>https://smaugmuds.afkmods.com/topic/bug-line-editor-crashes-when-overfilled-1358/&amp;p=5162#p5162</link>
   <description>Bug: Line editor crashes when overfilled Danger: Critical - Buffer overrun crash Discovered in: AFKMud 2.01 Found by: John Fixed by: Samson --- [b]editor.cpp, in struct editor_data[/b] Locate: [code]   char line[49][81];[/code] Change to: [code]   char line[max_buf_lines][81];[/code] [b]editor.cpp, char_data::start_editing[/b] Locate: [code]         if( lines &amp;gt;= 49 || size &amp;gt; 4096 )[/code] Change to: [code]         if( lines &amp;gt;= max_buf_lines || size &amp;gt; MSL )[/code] </description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/bug-line-editor-crashes-when-overfilled-1358/&amp;p=5162#p5162</guid>
   <pubDate>Sun, 14 Oct 2007 12:13:14 CDT</pubDate>
   <category>AFKMud Bugfix List</category>
   <author>nobody@example.com (Samson)</author>
  </item>
 </channel>
</rss>
