Bug #11054
loader: malloc+memset is calloc in spa_create
Start date:
2019-05-21
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
Description
We allocate memory and memset it 0 - that is calloc.
Updated by Electric Monk almost 2 years ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
git commit 02f11668f579380770bed664cc4f91bfd9a3a81b
commit 02f11668f579380770bed664cc4f91bfd9a3a81b Author: Toomas Soome <tsoome@me.com> Date: 2019-05-31T04:43:20.000Z 11054 loader: malloc+memset is calloc in spa_create Reviewed by: Gergő Doma <domag02@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>