Activity log for bug #1526815

Date Who What changed Old value New value Message
2015-12-16 14:24:21 Colin Ian King bug added bug
2015-12-16 14:24:28 Colin Ian King fwts: importance Undecided High
2015-12-16 14:25:30 Colin Ian King fwts: assignee Ivan Hu (ivan.hu)
2015-12-16 14:25:50 Colin Ian King description setvariable_insertvariable() declares data[datasize], however, in line 1657 it is called as follows: ret = setvariable_insertvariable(fw, attributes, 0, variablenametest, &gtestguid1, datadiff); ..so datasize is zero, which means data is a zero sized array, which looks bogos. This was picked up by clang's static analysis tool scan-build. setvariable_insertvariable() declares data[datasize], however, in line 1657 it is called as follows: ret = setvariable_insertvariable(fw, attributes, 0, variablenametest, &gtestguid1, datadiff); ..so datasize is zero, which means data is a zero sized array, which looks bogus to me. This was picked up by clang's static analysis tool scan-build.
2015-12-17 07:50:37 Ivan Hu fwts: status New In Progress
2016-01-14 09:41:19 Ivan Hu fwts: milestone 16.01.00
2016-01-14 09:41:24 Ivan Hu fwts: status In Progress Fix Released