Project

General

Profile

Actions

Bug #2214

closed

detect state uses broken offset logic

Added by qidu sy over 6 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Affected Versions:
Effort:
Difficulty:
Label:

Description

in the DeStateDetectStartDetection() function at :
uint8_t offset = det_ctx->de_state_sig_array[s->num] & 0xef

I suspect that this line of code should be:
uint8_t offset = det_ctx->de_state_sig_array[s->num] & 0x7f

Actions #1

Updated by Andreas Herz over 6 years ago

  • Assignee set to qidu sy
  • Target version changed from 3.2.3 to 3.2.4
Actions #2

Updated by Victor Julien over 6 years ago

  • Subject changed from the function DeStateDetectStartDetection() ,may use wrong Hexadecimal code. to detect state uses broken offset logic
  • Status changed from New to Closed
  • Assignee changed from qidu sy to Victor Julien
Actions

Also available in: Atom PDF