Files
metasploit-gs/lib/msf/core
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
..
2011-11-20 12:01:19 +11:00
2012-04-15 23:35:38 -05:00
2012-05-14 15:17:03 -05:00
2012-06-20 10:44:36 -06:00
2012-06-25 16:37:16 -06:00
2012-04-15 23:35:38 -05:00
2012-05-24 16:28:20 -06:00
2011-11-20 12:10:08 +11:00
2012-06-19 13:31:39 -05:00
2012-05-01 00:43:06 -05:00
2012-06-06 17:04:54 -06:00
2011-11-20 12:10:08 +11:00
2012-05-24 16:28:20 -06:00
2011-11-20 12:10:08 +11:00
2010-08-28 18:21:17 +00:00