Changeset 1e242121 in mainline
- Timestamp:
- 2021-08-01T15:06:03Z (3 years ago)
- Branches:
- master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ba74416
- Parents:
- dbb42c9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/io/asprintf.c
rdbb42c9 r1e242121 89 89 va_end(args2); 90 90 91 if (ret > 0) {91 if (ret >= 0) { 92 92 *strp = malloc(ret + 1); 93 93 if (*strp == NULL)
Note:
See TracChangeset
for help on using the changeset viewer.