<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=4281" rel="self" type="application/rss+xml" />
  <title>SmaugMuds - Topic: [Bug] Potential Stack Overwrite when displaying prompts</title>
  <link>https://smaugmuds.afkmods.com/index.php?a=rssfeed&amp;t=4281</link>
  <description>The largest Smaug community resource site. - </description>
  <language>en</language>
  <generator>SmaugMuds</generator>
  <ttl>60</ttl>
  <item>
   <title>[Bug] Potential Stack Overwrite when displaying prompts</title>
   <link>https://smaugmuds.afkmods.com/topic/bug-potential-stack-overwrite-when-displaying-prompts-4281/&amp;p=19971#p19971</link>
   <description>Bug: Potential Stack Overwrite in display_prompt Danger: Minor  - Probably never see it actually happen, but the chance is there. Found by:  Nick Gammon Fixed by: Nick Gammon --- [b]comm.c[/b], display_prompt; Find: [code]            if( pstat != 0x80000000 ) snprintf( pbuf, MAX_STRING_LENGTH, &amp;quot;%d&amp;quot;, pstat ); pbuf += strlen( pbuf ); [/code] Replace with: [code]            if( pstat != 0x80000000 ) snprintf( pbuf, MAX_STRING_LENGTH - str</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/bug-potential-stack-overwrite-when-displaying-prompts-4281/&amp;p=19971#p19971</guid>
   <pubDate>Thu, 4 Feb 2010 17:01:35 CST</pubDate>
   <category>SmaugFUSS Bugfix List</category>
   <author>nobody@example.com (InfiniteAxis)</author>
  </item>
 </channel>
</rss>
