Error: COPY_PASTE_ERROR (CWE-398):
lldpad-1.1.0/lldp_dcbx_nl.c:685: original: "pg_temp->tx.up" looks like the original copy.
lldpad-1.1.0/lldp_dcbx_nl.c:712: copy_paste_error: "tx" in "pg_temp->tx.up" looks like a copy-paste error.
lldpad-1.1.0/lldp_dcbx_nl.c:712: remediation: Should it say "rx" instead?
# 710| for (i = 0; i < MAX_USER_PRIORITIES; i++) {
# 711| for (j = 0; j < MAX_TRAFFIC_CLASSES; j++) {
# 712|-> if (pg_temp->tx.up[i].pgid == j) {
# 713| tc[j].up_to_tc_bitmap |= (1 << i);
# 714| tc[j].prio_type = pg_temp->rx.up[i].strict_priority;