Attention is currently required from: Hoernchen, laforge, fixeria.
2 comments:
File src/host/trxcon/src/trxcon_main.c:
Patch Set #2, Line 71: int phyq_fbsb_extend_fns;
unsigned? this cannot be negative right?
Patch Set #2, Line 243: app_data.phyq_fbsb_extend_fns = atoi(optarg);
ah so you are declaring it as an int just in order to be able to use atoi.
What about declaring it as unsigned and using strtoul here instead?
To view, visit change 30612. To unsubscribe, or for help writing mail filters, visit settings.