Code

Don't use the plain char type for data buffers
authorHolger Weiss <holger@zedat.fu-berlin.de>
Mon, 1 Jun 2009 23:09:18 +0000 (01:09 +0200)
committerHolger Weiss <holger@zedat.fu-berlin.de>
Mon, 1 Jun 2009 23:09:18 +0000 (01:09 +0200)
commitbc827c9083cdf7e6b4e6931f2eecfa7192baa48f
treedc328feaf33cfdec48fc884ef84c13a9ea3cb8af
parentaff6140989777cbf128e9e4d6e35531372c284c1
Don't use the plain char type for data buffers

Buffers which are used for holding arbitrary data should be referenced
using pointers to void and accessed using pointers to unsigned char.

Signed-off-by: Holger Weiss <holger@zedat.fu-berlin.de>
plugins-root/check_icmp.c