pidgin/plugins/crazychat/mat_struct.h@2f903cd6bb2c
pidgin/plugins/crazychat/mat_struct.h
Sat, 02 May 2009 17:43:14 +0000
- author
- Daniel Atallah <datallah@pidgin.im>
- date
- Sat, 02 May 2009 17:43:14 +0000
- branch
- release-2.5.5.veracode
- changeset 25695
- 2f903cd6bb2c
- parent 15435
-
4b933b06d75e
- child 16238
-
33bf2fd32108
- child 18068
-
b6554e3c8224
- child 20478
-
46933dc62880
- permissions
- -rw-r--r--
Make sure that the buffer is large enough to fit DST.ADDR + DST.PORT. This was found in the analysis that Veracode performed on the pidgin codebase.
#include <GL/gl.h>
#include <GL/glu.h>
typedef struct sample_MATERIAL{
GLfloat ambient[3];
GLfloat diffuse[3];
GLfloat specular[3];
GLfloat emission[3];
GLfloat alpha;
GLfloat phExp;
int texture;
}sample_MATERIAL;