<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to bugs</title><link href="https://sourceforge.net/p/fcgp/bugs/" rel="alternate"/><link href="https://sourceforge.net/p/fcgp/bugs/feed.atom" rel="self"/><id>https://sourceforge.net/p/fcgp/bugs/</id><updated>2006-01-20T16:58:58Z</updated><subtitle>Recent changes to bugs</subtitle><entry><title>input buffer overflow</title><link href="https://sourceforge.net/p/fcgp/bugs/3/" rel="alternate"/><published>2006-01-20T16:58:58Z</published><updated>2006-01-20T16:58:58Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net2ea3aecc02e77c6680dfeeb525d66136b96e3d4e</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Finding functions in arch/sparc64/mm/hugetlbpage.c (31&lt;br /&gt;
lines) ... 4&lt;br /&gt;
input buffer overflow, can't enlarge buffer because&lt;br /&gt;
scanner uses REJECT&lt;br /&gt;
make: *** [image/ring3] Fehler 141&lt;/p&gt;
&lt;p&gt;i tried the patch posted here (error 141) but this did&lt;br /&gt;
not work for me.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Unexpected crash</title><link href="https://sourceforge.net/p/fcgp/bugs/2/" rel="alternate"/><published>2004-10-02T21:29:02Z</published><updated>2004-10-02T21:29:02Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net487810db40a0a1e1838982861e67860050b238f1</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;There is an unexpected crash "Errorcode 141" when&lt;br /&gt;
running the kernel mapper on certain architectures (AMD64).&lt;br /&gt;
This happens when the output buffer is resized in the&lt;br /&gt;
function d2p_print; reinitialisation of ap solves the&lt;br /&gt;
problem.&lt;/p&gt;
&lt;p&gt;while ((RetVal &amp;gt;= Context-&amp;gt;out_buf-&amp;gt;Size - size&lt;br /&gt;
- 1) || (RetVal == -1))&lt;br /&gt;
{&lt;br /&gt;
ResizeBuffer (Context-&amp;gt;out_buf,&lt;br /&gt;
Context-&amp;gt;out_buf-&amp;gt;Size);&lt;br /&gt;
p = Context-&amp;gt;out_buf-&amp;gt;Ptr + size;&lt;/p&gt;
&lt;p&gt;+               va_end(ap);  // PR&lt;br /&gt;
+               va_start(ap, fmt);  // PR&lt;/p&gt;
&lt;p&gt;RetVal = vsnprintf(p,&lt;br /&gt;
Context-&amp;gt;out_buf-&amp;gt;Size - size, fmt, ap);&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;Peter Roozemaal (mathfox AT xs4all IN the netherlands)&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>What kernels does it work with 2.5.2a?</title><link href="https://sourceforge.net/p/fcgp/bugs/1/" rel="alternate"/><published>2002-02-20T20:46:48Z</published><updated>2002-02-20T20:46:48Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net11cd246497b6579484798e7899f433a383502e9b</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I've tried kernels 2.4.0, 2.4.17, 2.5.4, but I guess the same error error (or similar).  I've &lt;br /&gt;
tried version 2.5.2a as well as what is in CVS (maybe the same).&lt;/p&gt;
&lt;p&gt;Here is the output using 2.4.0:&lt;/p&gt;
&lt;p&gt;...&lt;br /&gt;
Finding functions in drivers/char/joystick/a3d.c (250 lines)... 13&lt;br /&gt;
Finding functions in drivers/char/joystick/adi.c (365 lines)... 16&lt;br /&gt;
Finding functions in drivers/char/joystick/iforce.c (236 lines)... 12&lt;br /&gt;
Finding functions in drivers/char/joystick/amijoy.c (404 lines)... 17&lt;br /&gt;
Finding functions in drivers/char/joystick/db9.c (415 lines)... 14&lt;br /&gt;
Token &amp;amp;lt; 2 Bytes&lt;br /&gt;
\make: *** [image/ring4] Error 141&lt;/p&gt;
&lt;p&gt;I tried running &amp;amp;quot;indent&amp;amp;quot; on db9.c to see if it might help, but it did not.  It would be nice if &lt;br /&gt;
the output would indicate where the error is in the source.&lt;/p&gt;
&lt;p&gt;Thanx!&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>