Ticket #2433 (closed defect: fixed)

Opened 13 years ago

Last modified 12 years ago

search dialog in viewer doesn't correctly process input field in hexadecimal mode

Reported by: yury_t Owned by:
Priority: major Milestone:
Component: mc-search Version: 4.7.0.10
Keywords: Cc: gotar@…
Blocked By: Blocking:
Branch state: no branch Votes for changeset:

Description

1) Char \000 isn't regarded correctly. Search for sequence containing 0x00 or 0 or 0h or $0 fails, even if sequence in question is present.

2) Hex modificators are processed differently -- search for 0x11 finds 0x11, but search for either 11h or $11 finds 0x0b.

3) Generally, the hex modificators (h, $, 0x) should be optional, if the hexadecimal mode is already selected.

Change History

comment:1 Changed 13 years ago by gotar

  • Cc gotar@… added

comment:2 Changed 13 years ago by andrew_b

  • Component changed from mc-core to mc-search

comment:3 Changed 12 years ago by andrew_b

  • Status changed from new to closed
  • Resolution set to fixed
  • Branch state set to no branch
  • Milestone 4.8 deleted

Fixed in #2795 and #2705.

Note: See TracTickets for help on using tickets.