Actions
Bug #7488
closedbcopy and bzero should mind signed bits
Start date:
2016-10-21
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
Description
Several of the comparisons in the x86 kernel assembly bcopy() and bzero() implementations are making signed comparisons when they should be making unsigned comparisons.
Updated by Electric Monk over 5 years ago
- Status changed from New to Closed
git commit 5aaab1a49679c26dbcb6fb6dc25799950d70cc71
commit 5aaab1a49679c26dbcb6fb6dc25799950d70cc71 Author: Robert Mustacchi <rm@joyent.com> Date: 2016-10-21T18:57:39.000Z 7488 bcopy and bzero should mind signed bits Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Approved by: Richard Lowe <richlowe@richlowe.net>
Actions