Changeset 56210a7 in mainline for uspace/srv/vfs/vfs_register.c
- Timestamp:
- 2025-01-29T13:06:25Z (3 weeks ago)
- Branches:
- master
- Children:
- a796812c
- Parents:
- 1fa6292
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2025-01-29 13:04:40)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2025-01-29 13:06:25)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/vfs/vfs_register.c
r1fa6292 r56210a7 369 369 } 370 370 371 fstypes->fstypes = calloc( sizeof(char *), count);371 fstypes->fstypes = calloc(count, sizeof(char *)); 372 372 if (fstypes->fstypes == NULL) { 373 373 free(fstypes->buf);
Note:
See TracChangeset
for help on using the changeset viewer.