Flawfinder version 2.0.10, (C) 2001-2019 David A. Wheeler.
Number of rules (primarily dangerous function names) in C/C++ ruleset: 223
Examining data/opentk-1.1.4c+dfsg/Source/Converter/Headers/ES10/gl.h
Examining data/opentk-1.1.4c+dfsg/Source/Converter/Headers/CL10/cl.h
Examining data/opentk-1.1.4c+dfsg/Source/Converter/Headers/CL10/cl_gl.h
Examining data/opentk-1.1.4c+dfsg/Source/Converter/Headers/EGL/eglext.h
Examining data/opentk-1.1.4c+dfsg/Source/Converter/Headers/EGL/egl.h
Examining data/opentk-1.1.4c+dfsg/Source/Converter/Headers/ES20/gl2ext.h
Examining data/opentk-1.1.4c+dfsg/Source/Converter/Headers/ES20/gl2.h
Examining data/opentk-1.1.4c+dfsg/Source/Converter/Headers/ES11/gl.h
Examining data/opentk-1.1.4c+dfsg/Source/Converter/Headers/ES11/glext.h

FINAL RESULTS:

data/opentk-1.1.4c+dfsg/Source/Converter/Headers/ES11/glext.h:529:64:  [4] (race) access:
  This usually indicates a security flaw. If an attacker can change anything
  along the path between the call to access() and the file's actual use
  (e.g., by moving files), the attacker can exploit the race condition
  (CWE-362/CWE-367!). Set up the correct permissions (e.g., using setuid())
  and try to open the file directly.
GL_API void* GL_APIENTRY glMapBufferOES (GLenum target, GLenum access);
data/opentk-1.1.4c+dfsg/Source/Converter/Headers/ES11/glext.h:533:75:  [4] (race) access:
  This usually indicates a security flaw. If an attacker can change anything
  along the path between the call to access() and the file's actual use
  (e.g., by moving files), the attacker can exploit the race condition
  (CWE-362/CWE-367!). Set up the correct permissions (e.g., using setuid())
  and try to open the file directly.
typedef void* (GL_APIENTRYP PFNGLMAPBUFFEROESPROC) (GLenum target, GLenum access);
data/opentk-1.1.4c+dfsg/Source/Converter/Headers/ES20/gl2ext.h:476:68:  [4] (race) access:
  This usually indicates a security flaw. If an attacker can change anything
  along the path between the call to access() and the file's actual use
  (e.g., by moving files), the attacker can exploit the race condition
  (CWE-362/CWE-367!). Set up the correct permissions (e.g., using setuid())
  and try to open the file directly.
GL_APICALL void* GL_APIENTRY glMapBufferOES (GLenum target, GLenum access);
data/opentk-1.1.4c+dfsg/Source/Converter/Headers/ES20/gl2ext.h:480:75:  [4] (race) access:
  This usually indicates a security flaw. If an attacker can change anything
  along the path between the call to access() and the file's actual use
  (e.g., by moving files), the attacker can exploit the race condition
  (CWE-362/CWE-367!). Set up the correct permissions (e.g., using setuid())
  and try to open the file directly.
typedef void* (GL_APIENTRYP PFNGLMAPBUFFEROESPROC) (GLenum target, GLenum access);
data/opentk-1.1.4c+dfsg/Source/Converter/Headers/EGL/egl.h:280:104:  [1] (buffer) read:
  Check buffer boundaries if used in a loop including recursive loops
  (CWE-120, CWE-20).
EGLAPI EGLBoolean EGLAPIENTRY eglMakeCurrent(EGLDisplay dpy, EGLSurface draw,               EGLSurface read, EGLContext ctx);

ANALYSIS SUMMARY:

Hits = 5
Lines analyzed = 5079 in approximately 0.49 seconds (10361 lines/second)
Physical Source Lines of Code (SLOC) = 3589
Hits@level = [0]   0 [1]   1 [2]   0 [3]   0 [4]   4 [5]   0
Hits@level+ = [0+]   5 [1+]   5 [2+]   4 [3+]   4 [4+]   4 [5+]   0
Hits/KSLOC@level+ = [0+] 1.39315 [1+] 1.39315 [2+] 1.11452 [3+] 1.11452 [4+] 1.11452 [5+]   0
Dot directories skipped = 1 (--followdotdir overrides)
Minimum risk level = 1
Not every hit is necessarily a security vulnerability.
There may be other security vulnerabilities; review your code!
See 'Secure Programming HOWTO'
(https://dwheeler.com/secure-programs) for more information.