[AGENT++] [PATCH] snmp++: (several simple patches)

dominik.vogt at external.thalesgroup.com dominik.vogt at external.thalesgroup.com
Fri Aug 13 14:28:45 CEST 2010


Attached to this message you can find a number of patches with
a little cleanup and simple fixes in snmp++v3.2.24.  The patches
are generated with git and contain the commit message in the
subject line and the following lines.  The patches should be
applied in order.

- 0001*

  The small fix for the initial rid calculation I reported
  earlier.

- 0002*

  Fixes initialization of the salt on systems where integers are
  not 32 bit, i.e. 64 bit systems.

- 0003*

  The "clean" target also cleans core files like core.12345.

- 0004*

  Slightly simplifies the dependencies to the target "all"

- 0005*

  Makefile rules to build and install shared and static libraries
  separately.

- 0006*

  Add source code documentation for start_poll_thread() and
  stop_poll_thread().

- 0007*

  Don't call pthread_exit() at end of thread execution.  This is
  actually not necessary; the old code was 100% correct.  The only
  effect of this change is that if pthread_exit() is never called,
  glibc does not open some shared library which valgrind reports
  as still reachable memory upon exit.  If the thread is simply
  allowed to reach the end of its run() function, that library is
  not opened.

Ciao

Dominik ^_^  ^_^
-------------- next part --------------



More information about the AGENTPP mailing list