Hi
I am trying to extend the agent for “sysServices” which is under
system group.
I followed these steps:
1)
Mib2c sysServices
2)
I got 2 files sysServices.h and
sysServices.c
3)
In sysServices.c file I added variable
declaration “static int t=7” and in th
Hi,
I faced some problem in the following functions:
vacm_parse_config_group
vacm_parse_config_view
vacm_parse_config_access
All of those functions are calling to "read_config_read_octet_string"
which use the un-initialized "len" to calculate the string length.
"if (ilen >= *len)", In my case ,