• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1Name: ceval
2URL: https://github.com/erstan/ceval-single-header
3Version: 1ed80ae78ba7bef1744b1ccdffc6c6802eeec8fa
4Revision: 1ed80ae78ba7bef1744b1ccdffc6c6802eeec8fa
5License: MIT
6License File: LICENSE
7Security Critical: no
8Shipped: no
9
10Description:
11A C/C++ header for parsing and evaluation of arithmetic expressions.
12
13Description of the patches:
14
15- 0001-remove-sprintf.patch
16
17  This patch removes uses of sprintf() and replaces them with snprintf().
18