2005-01-11 Dick Porter <dick@ximian.com>
authorDick Porter <dick@acm.org>
Tue, 11 Jan 2005 16:39:38 +0000 (16:39 -0000)
committerDick Porter <dick@acm.org>
Tue, 11 Jan 2005 16:39:38 +0000 (16:39 -0000)
commit08338c75e28b7d3f22d3e83b5ff21eba9645d4f1
tree851e01cdeb8c8dd594b9fab2cca8e9782a501848
parentfee9f9c7736bb9649c6cc907347d96aafd4d8dd8
2005-01-11  Dick Porter  <dick@ximian.com>

        * image.c (mono_pe_file_open): New variant on mono_image_open()
        that does not set up the CLI metadata; used for FileVersionInfo so
        it can get the data for windows binaries too.

        * process.c (process_read_string_block): Don't read off the end
        of the StringTable block.

        These both fix bug 70766.

svn path=/trunk/mono/; revision=38708
mono/metadata/ChangeLog
mono/metadata/image.c
mono/metadata/image.h
mono/metadata/process.c