1
0
mirror of https://gitlab.com/80486DX2-66/gists synced 2025-03-10 16:19:10 +05:30
Intel A80486DX2-66 b10cdd7215
asprintf.c: fix use of malloc
1. Pass `size_t` variable to `malloc`
2. Multiply the count of bytes to allocate by `sizeof(char)`
2024-01-28 13:49:25 +03:00
2024-01-25 20:33:58 +03:00
2024-01-25 20:33:58 +03:00
2023-12-27 19:19:50 +03:00
Description
No description provided
Unlicense 548 KiB
Languages
C 77.8%
Python 17.3%
JavaScript 4.5%
D 0.4%