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/haskell-glut-2.7.0.15/cbits/HsGLUT.c

FINAL RESULTS:

data/haskell-glut-2.7.0.15/cbits/HsGLUT.c:38:16:  [3] (misc) LoadLibrary:
  Ensure that the full path to the library is specified, or current directory
  may be used (CWE-829, CWE-20). Use registry entry or GetWindowsDirectory to
  find library path, if you aren't already.
      handle = LoadLibrary(libNames[i]);

ANALYSIS SUMMARY:

Hits = 1
Lines analyzed = 153 in approximately 0.03 seconds (4747 lines/second)
Physical Source Lines of Code (SLOC) = 106
Hits@level = [0]   0 [1]   0 [2]   0 [3]   1 [4]   0 [5]   0
Hits@level+ = [0+]   1 [1+]   1 [2+]   1 [3+]   1 [4+]   0 [5+]   0
Hits/KSLOC@level+ = [0+] 9.43396 [1+] 9.43396 [2+] 9.43396 [3+] 9.43396 [4+]   0 [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.