-
File /trunk/net-snmp/agent/mibgroup/ip-mib/data_access/ipaddress_ioctl.c
If ioctl in function netsnmp_access_ipaddress_ioctl_get_interface_count fails, there is code:
---
snmp_log(LOG_ERR, "bad rc from ioctl, errno %d", errno);
SNMP_FREE(ifc->ifc_buf);
break;
---
So "for" loop will break and function will return "ifc->ifc_len / sizeof(struct ifreq)" which is > 0. When caller tries to use...
2009-11-08 09:00:22 UTC in net-snmp
-
Sometimes I get message "Can't open the connection socket" printed after cursor
on the screen. (printf in connwrap/connwrap.c) So it overwrites widgets.
I think it's better to replace such printf calls w/ logging into centerim log
window or file.
2007-09-04 07:28:43 UTC in CenterIM
-
I've just updated from CVS and noticed that if there is no ~/.lprof/ dir, then lprof shows some window for a very short time and hangs. Second time it starts correctly since ~/.lprof/ w/ subdirs was created on previous run.
2007-07-20 14:24:43 UTC in LProf open source ICC profiler
-
maks_polunin committed revision 2 to the Calibration tools for linux/Pantone Huey SVN repository, changing 1 files.
2007-07-18 03:20:09 UTC in Calibration tools for linux/Pantone Huey
-
mcalib is a set of tools to calibrate monitor on linux with Pantone Huey.
2007-07-18 02:00:42 UTC in Calibration tools for linux/Pantone Huey
-
maks_polunin committed revision 1 to the Calibration tools for linux/Pantone Huey SVN repository, changing 8 files.
2007-07-18 01:42:17 UTC in Calibration tools for linux/Pantone Huey
-
maks_polunin registered the Calibration tools for linux/Pantone Huey project.
2007-07-17 18:05:13 UTC in Calibration tools for linux/Pantone Huey
-
When compiling my project by gcc w/ -Wunused, I get annoying warnings:
/usr/include/stlport/stl/_alloc.h:582: warning: unused parameter '__x'
Fix is simple I suppose :)
2007-07-14 17:52:14 UTC in STLport
-
Не красиво как-то, реализацию wmsigner на php из wmxml взяли, подправили, а копирайты стёрли...
2007-04-28 12:01:27 UTC in Webmoney XML interfaces + WMSigner PHP
-
I'm not sure if it is a bug, but it's confusing anyway.
The problem appears when I create object in C++ and pass it into python callback. Python code creates reference to it and when callback is finished, py reference points to deleted object.
Is it possible someway to track if there are any links from python after calling callback and replace wrapped pointer to c++ object w/ pointer to copy...
2007-04-05 06:43:39 UTC in SWIG