fix-make-error #22
No reviewers
Labels
No Label
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: mardock2009/oscam-2.26.01-11942-802-with-Advanced-fake-dcw-detection#22
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "feat-fix-make-error"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Naprawione problemy:
Błędy linkera (undefined references) w oscam-ecm.c:
Usunięto static z cw_detect_get() - funkcja jest teraz dostępna dla module-cacheex.c
Usunięto static z cw_checksum_ok() - funkcja jest teraz dostępna dla module-cacheex.c
Usunięto static z cacheex_learn_add_nodeid() - funkcja jest teraz dostępna dla module-cacheex.c
Warningi naprawione:
oscam-ecm.c:981 - porównanie adresu 'cw' zawsze true - naprawiono usuwając sprawdzenie !er->cw (adres tablicy nigdy nie jest NULL)
oscam-ecm.c:987 - porównanie adresu 'label' zawsze true - naprawiono zmieniając warunek na reader ? reader->label : "?"
module-cacheex.c:657 - unused function 'cacheex_check_maxhop' - dodano attribute((unused))
module-cacheex.c:1110 - unused variable 'cw_detect_table' - dodano (void)cw_detect_table;
oscam-cache.c:552 - unused function 'cw_cache_check' - dodano attribute((unused))
Wszystkie funkcje zostały zachowane (nie usunięto żadnej).