Actions
Bug #8030
closedlibmvect: uninitialized variable
Start date:
2017-04-04
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
Description
with gcc-6 build:
../common/__vhypotf.c: In function '__vhypotf':
../common/__vhypotf.c:44:17: error: 'x2' is used uninitialized in this function [-Werror=uninitialized]
float x0, x1, x2, y0, y1, y2, z0, z1, z2, *pz0, *pz1, *pz2;
^~
cc1: all warnings being treated as errors
Updated by Electric Monk almost 5 years ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
git commit d626ebd403efade415c36352e0c012082508b3ca
commit d626ebd403efade415c36352e0c012082508b3ca Author: Toomas Soome <tsoome@me.com> Date: 2017-08-04T14:47:43.000Z 8030 libmvect: uninitialized variable Reviewed by: Marcel Telka <marcel@telka.sk> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Dan McDonald <danmcd@joyent.com>
Actions