Re: netsnmp_udp_send() syscalls with uninitialized data

2010-05-28 Thread Bart Van Assche
2010/5/28 Brendan Tauras > I am writing an asynchronous polling application and testing it for > memory leaks with valgrind. I got valgrind errors regarding system > call parameters pointing to uninitiailzed data on the stack (but the > program runs as expected). > > Then I ran the simple asynch

netsnmp_udp_send() syscalls with uninitialized data

2010-05-28 Thread Brendan Tauras
I am writing an asynchronous polling application and testing it for memory leaks with valgrind. I got valgrind errors regarding system call parameters pointing to uninitiailzed data on the stack (but the program runs as expected). Then I ran the simple asynchronous application tutorial code ( htt

Re: regression: configure no longer detects rpm/rpmdb.h

2010-05-28 Thread Bart Van Assche
On Fri, May 28, 2010 at 5:47 PM, Leonardo Chiquitto < leonardo.li...@gmail.com> wrote: > On Fri, May 28, 2010 at 12:33 PM, Bart Van Assche > wrote: > > On Fri, May 28, 2010 at 3:30 PM, Leonardo Chiquitto > > wrote: > >> > >> Some weeks ago, our build checks started to complain about "portability

Re: regression: configure no longer detects rpm/rpmdb.h

2010-05-28 Thread Leonardo Chiquitto
On Fri, May 28, 2010 at 12:33 PM, Bart Van Assche wrote: > On Fri, May 28, 2010 at 3:30 PM, Leonardo Chiquitto > wrote: >> >> Some weeks ago, our build checks started to complain about "portability >> issues" >> when building net-snmp from trunk: >> >>  E: net-snmp 64bit-portability-issue host/hr

Re: regression: configure no longer detects rpm/rpmdb.h

2010-05-28 Thread Bart Van Assche
On Fri, May 28, 2010 at 3:30 PM, Leonardo Chiquitto < leonardo.li...@gmail.com> wrote: > Some weeks ago, our build checks started to complain about "portability > issues" > when building net-snmp from trunk: > > E: net-snmp 64bit-portability-issue host/hr_swinst.c:573, 574, 679, 681 > Which arg

Re: regression: configure no longer detects rpm/rpmdb.h

2010-05-28 Thread Bart Van Assche
On Fri, May 28, 2010 at 3:30 PM, Leonardo Chiquitto < leonardo.li...@gmail.com> wrote: > Some weeks ago, our build checks started to complain about "portability > issues" > when building net-snmp from trunk: > > E: net-snmp 64bit-portability-issue host/hr_swinst.c:573, 574, 679, 681 > > Here's th