Bug#966850: iverilog: bison 3.7 fix available

2020-09-14 Thread aelmahmoudy
I think the pull request below fixes the issue: https://github.com/steveicarus/iverilog/pull/349

Bug#597441: ITP: amiri -- Naskh style, typographically oriented font, mainly for printing and running text.

2010-09-19 Thread aelmahmoudy
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

Bug#511996: sl-modem-daemon: slmodemd doesn't work, process unkillable

2009-03-05 Thread aelmahmoudy
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

Bug#511996: sl-modem-daemon: slmodemd doesn't work, process unkillable

2009-01-18 Thread aelmahmoudy
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

Bug#475733: (no subject)

2008-04-16 Thread aelmahmoudy
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