| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-09-21 | add missing byte in malloc for null terminatorHEADmaster | mbkma | 1 | -3/+3 | |
| 2024-09-03 | Fix invalid memory access with invalid powers | Colomban Wendling | 1 | -5/+8 | |
| The ParseNode's value must be valid to pass to `free()`, as it's done unconditionally if the expression is invalid. However, for some functions a shortuct was taken avoiding duplicating memory. This was OK in case the expression is valid because the evaluation function would convert it and set the pointer back to NULL; but it's not OK if the expression is invalid as the evaluation doesn't happen and the pointer is not reset before being freed. Fixes #226. | |||||
| 2020-11-09 | Fix most conversion warnings. | mbkma | 1 | -1/+1 | |
| 2020-04-08 | Add modular exponentiation ability and add acccording tests | mbkma | 1 | -3/+22 | |
| 2020-04-08 | parserfunc: fix memory leak | rbuj | 1 | -1/+7 | |
| 2020-03-16 | parserfunc: fix crash when calculating nested pow | mbkma | 1 | -1/+12 | |
| 2020-03-08 | Port to GNU MPFR/MPC Library | mbkma | 1 | -180/+147 | |
| For further information please visit: https://www.mpfr.org/ http://www.multiprecision.org/mpc | |||||
| 2019-07-13 | parserfunc: Return NULL on NOT operation overflow | Victor Kareh | 1 | -1/+2 | |
| 2012-11-24 | Update codebase. | Steve Zesch | 1 | -0/+967 | |
