<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=3805" rel="self" type="application/rss+xml" />
  <title>SmaugMuds - Topic: [Bug] Array boundary exceeded during socket buffer flush</title>
  <link>https://smaugmuds.afkmods.com/index.php?a=rssfeed&amp;t=3805</link>
  <description>The largest Smaug community resource site. - AFKMud 2.1</description>
  <language>en</language>
  <generator>SmaugMuds</generator>
  <ttl>60</ttl>
  <item>
   <title>[Bug] Array boundary exceeded during socket buffer flush</title>
   <link>https://smaugmuds.afkmods.com/topic/bug-array-boundary-exceeded-during-socket-buffer-flush-3805/&amp;p=15957#p15957</link>
   <description>Bug: Array boundary exceeded during socket buffer flush Danger: High, with critical potential. Possible crashes or memory corruption due to array boundary overflow. Discovered in: AFKMud 2.1 Found by: GCC 4.3 Fixed by: Samson --- [b]descriptor.cpp, descriptor_data::flush_buffer[/b] Locate: [code]         buf[4096] = &#039;\0&#039;;[/code] Change to: [code]         buf[4095] = &#039;\0&#039;;[/code] GCC 4.3 issues the following warning: [quote]descriptor.cpp: In member function &#039;bool descriptor</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/bug-array-boundary-exceeded-during-socket-buffer-flush-3805/&amp;p=15957#p15957</guid>
   <pubDate>Sun, 5 Oct 2008 21:34:29 CDT</pubDate>
   <category>AFKMud Bugfix List</category>
   <author>nobody@example.com (Samson)</author>
  </item>
 </channel>
</rss>
