I think the pull request below fixes the issue:
https://github.com/steveicarus/iverilog/pull/349
On Mon, Sep 20, 2010 at 12:02:04AM +0400, Konstantin Khomoutov wrote:
> On Sun, Sep 19, 2010 at 10:16:44PM +0300, أحمد المحمودي wrote:
>
> > Package: wnpp
> > Severity: wishlist
> [...]
> > * Package name: amiri
> > Version : 0.001
> > Upstream Author : Khaled Hosny
> > * URL
On Sat, Feb 21, 2009 at 04:56:46PM -0800, Corey Hickey wrote:
> Ok, here's the patch. Feel free to tweak it as you see fit.
>
> I'm at my mom's house right now, so I hooked up the land line, dialed, and
> gave the patch a rudimentary test with actual connectivity. It seems to
> work fine, even wit
On Sat, Jan 17, 2009 at 01:07:48PM -0800, Corey Hickey wrote:
> The process being unkillable is rather worrisome to me, and makes me
> wonder if the privilege dropping is actually exposing a kernel bug. What
> kernel version are you using? I can try testing that and see if I still
> have the same p
Hello,
On Wed, Apr 16, 2008 at 10:21:13PM +0200, Nico Golde wrote:
> > if(path[0]!='/')
> > - sprintf(tmp,"%s/translations/%s",DATAPATH,path);
> > + snprintf(tmp,302,"%s/translations/%s",DATAPATH,path);
>
> off-by two. Why don't you just use sizeof(tmp)?
> Kind regards
> N
5 matches
Mail list logo