tking2 / volatility

Automatically exported from code.google.com/p/volatility
GNU General Public License v2.0
0 stars 1 forks source link

Fix Linux path parsing #284

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This patch fixes the Linux path parsing, when dealing with deliminators.  For 
example, when running the linux_mount command the paths were showing up 
something like the following:

////mnt//point///whatever////

Now they properly parse as

/mnt/point/whatever

In addition this patch fixes an error I was getting on some plugins about 
comparing CType to an int

Original issue reported on code.google.com by Joe.Sylve@gmail.com on 29 Jun 2012 at 2:36

Attachments:

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r1969.

Original comment by mike.auty@gmail.com on 1 Jul 2012 at 11:26