Menu

#525 access violation in assembler.c

closed-invalid
nobody
Assembler (85)
5
2011-03-19
2010-12-30
Anonymous
No

revision: 6faad4efe0a68848f10c6b994e14d970d863e0d6

field ofmt.segbase was never checked
line: 1418 outfmt->segbase(1 + opx->segment),

Discussion

  • nasm64developer

    nasm64developer - 2010-12-30

    As of writing this, all output formats do initialize their segbase function:

    # .../nasm/output$ grep 'struct ofmt .* = {' *.c | wc -l
    17
    # /nasm/output$ grep -A 13 'struct ofmt .* = {' * | grep 'segbase' | wc -l
    17

    Can you please clarify what you are concerned about?

     
  • Nobody/Anonymous

    yup, unclear for me as well

     
  • Cyrill Gorcunov

    Cyrill Gorcunov - 2011-03-19
    • status: open --> closed-invalid
     

Log in to post a comment.