Draft: Resolve "Usage of extract_l() with values out of range"
- Related issues:
- Requested reviewers:
Reason why this change is needed
- In some cases extract_l() returns a meaningless value
Description of the change
- Discover problematic usage of extract_l and evaluate the impact.
Affected operating points
- Any module using extract_l() is potentially affected, but the severity is likely not catastrophic, because if not it would had been noticed by other tests already.
Closes #2493