libedit wchar allocation issue

2011-11-15 Thread Nicholas Marriott
Hi libedit miscalculates the amount of space needed for constructing it's wchar_t version of argv, causing it to overrun the buffer. I don't see how the output of mbstowcs can be longer than (sum(strlen(argv)) * sizeof (wchar_t)) so this fix should work: ok? Index: chartype.c =

Re: Compile time assertions

2011-11-15 Thread Steffen Daode Nurpmeso
Ted Unangst wrote [2011-11-14 22:35+0100]: > On Mon, Nov 14, 2011, Steffen Daode Nurpmeso wrote: > > Is there a reason not to use CTASSERT (and some kind of > > member_sizeof())? I couldn't find just any discussion on that in > > marc and gmane. > > Seems like a good idea, but your patch is wrong

[Newsletter] Claro

2011-11-15 Thread Claro Corpo Empresas
Claro Soluciones corporativas Newsletter VC!lido en Argentina Excedido en sus costos de comunicaciones? Nosotros tenemos la solucion! Plan Corpo 4000 4200 minutosa$900 + imp. Administracio

Entrevista por Competencias en GUADALAJARA - 26 de Noviembre

2011-11-15 Thread Valore sus Candidatos
CURSO TALLER Entrevista por Competencias Duracion: (1 dia) 9 hrs. Inversion: $3,450 pesos mas IVA Objetivo: Al tirmino del curso, los participantes aplicaran una metodologma de entrevistas por competencias que le permitiran identificar a las personas que pueden incorporarse con facilidad a la

Re: Realtek 8168 NIC test

2011-11-15 Thread Brad
On 15/11/11 11:52 AM, Jason Sidabras wrote: Hello, Recently my motherboard blew a capacitor and I replaced it with the Gigabyte GA-Z68MA-D2H-B3, I was blessed with the Realtek 8168 NIC card. Searching the mailing lists I found this diff file from 6/2010: http://kerneltrap.org/mailarchive/openb

Realtek 8168 NIC test

2011-11-15 Thread Jason Sidabras
Hello, Recently my motherboard blew a capacitor and I replaced it with the Gigabyte GA-Z68MA-D2H-B3, I was blessed with the Realtek 8168 NIC card. Searching the mailing lists I found this diff file from 6/2010: http://kerneltrap.org/mailarchive/openbsd-bugs/2010/6/28/6884986 If anyone can confi

fix dates in newsyslog

2011-11-15 Thread Peter Hessler
jeremy@ noticed that when newsyslog is set to rotate files once a month, it will always show the current calendar month for the "next trim" time, even if that is in the past. This accidentally worked, because we would only rotate if we were within the same hour as the next trim time. $ date && ne