Changeset 56210a7 in mainline for uspace/srv/vfs/vfs_register.c


Ignore:
Timestamp:
2025-01-29T13:06:25Z (3 weeks ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
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)
Message:

Update GCC and binutils to latest versions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/vfs/vfs_register.c

    r1fa6292 r56210a7  
    369369        }
    370370
    371         fstypes->fstypes = calloc(sizeof(char *), count);
     371        fstypes->fstypes = calloc(count, sizeof(char *));
    372372        if (fstypes->fstypes == NULL) {
    373373                free(fstypes->buf);
Note: See TracChangeset for help on using the changeset viewer.