Files
metasploit-gs/lib/msf
sinn3r 807142e988 'Size' may not exist in certain PDF structure.
This is a fix for issues related to:
'undefined method `[]' for nil:NilClass'

It is possible that a PDF may not have the 'Size' xref, and people
are running into the 'undefined method'[]' for NilClass' exception.
Because the pdf parser always assumes there is a Size field,
so it uses a match() function to find the value for Size, which
can be nil.

See the following bug report for example:
https://dev.metasploit.com/redmine/issues/7014
2012-06-26 16:09:13 -05:00
..
2012-05-24 16:28:20 -06:00
2012-06-25 16:37:16 -06:00
2012-04-15 23:35:38 -05:00
2012-04-15 23:35:38 -05:00
2010-01-15 01:24:45 +00:00
2012-04-15 23:35:38 -05:00
2012-04-15 23:35:38 -05:00
2010-10-08 19:49:57 +00:00