Actions
Feature #9649
closedloader: pxe.c 'datasz' is used uninitialized in this function
Start date:
2018-07-12
Due date:
% Done:
90%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
Description
Clearing some warnings did reveal ugly bug created by me:
pxe.c: In function 'pxe_netif_put': pxe.c:513:10: error: 'datasz' is used uninitialized in this function [-Werror=uninitialized] trans_p = (t_PXENV_UNDI_TRANSMIT *)(scratch_buffer + datasz); ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors
Updated by Toomas Soome almost 4 years ago
- Tracker changed from Bug to Feature
- Status changed from In Progress to Closed
mixed up the branches, sorry.
Actions