about summary refs log tree commit diff stats
path: root/lib/quickjs/cutils.c
Commit message (Collapse)AuthorAgeFilesLines
* Prevent UB on memcpy and floating point conversionsCharlie Gordon2024-03-131-1/+1
| | | | | | | - 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-03-021-2/+2
|
* Include QuickJS sources in the repositorybptato2023-06-221-0/+631
Taken from txiki.js, so it includes zamofex's top-level await patch.