Actions
Bug #11882
closedloader: rs_alloc() may return NULL
Start date:
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
External Bug:
Description
rs_alloc() in zfs reader code may return NULL, so we need to check the return value and error out if needed.
testing done: build/install/boot.
Updated by Electric Monk over 3 years ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
git commit 042b56085944fdf280ee8e4a93b329c206054f88
commit 042b56085944fdf280ee8e4a93b329c206054f88 Author: Toomas Soome <tsoome@me.com> Date: 2019-10-29T16:56:23.000Z 11882 loader: rs_alloc() may return NULL Reviewed by: Andy Fiddaman <andy@omniosce.org> Approved by: Dan McDonald <danmcd@joyent.com>
Actions