summaryrefslogtreecommitdiff
path: root/cutils.c
Commit message (Collapse)AuthorAge
* protect against printf errors (#319)Fabrice Bellard2025-03-20
|
* Prevent UB on memcpy and floating point conversionsCharlie Gordon2024-03-03
| | | | | | | - add `memcpy_no_ub` that accepts null pointers for 0 count - prevent 0 length allocation in `js_worker_postMessage` - use safer test for `int` value in `JS_NewFloat64`, `JS_ToArrayLengthFree` and `js_typed_array_indexOf`
* Strip trailing spacesCharlie Gordon2024-02-10
|
* 2020-09-06 releasebellard2020-09-06
|
* 2020-01-05 releasebellard2020-09-06