mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-02 05:08:48 +02:00
Merge pull request #733 from digitalisx/fix/typo
Fix: typo for `API_CHANGES`, code comment.
This commit is contained in:
+2
-2
@@ -6,11 +6,11 @@ When an API feature or function is removed or changed, the major version is bump
|
||||
|
||||
2.1.0
|
||||
=====
|
||||
Add in the linux `task.get_threads` method added to the API.
|
||||
Add in the linux `task.get_threads` method to the API.
|
||||
|
||||
2.0.3
|
||||
=====
|
||||
`DEVICE_OBJECT.get_attached_devices` and `DRIVER_OBJECT.get_devices` added to the API.
|
||||
Add in the windows `DEVICE_OBJECT.get_attached_devices` and `DRIVER_OBJECT.get_devices` methods to the API.
|
||||
|
||||
2.0.2
|
||||
=====
|
||||
|
||||
@@ -719,7 +719,7 @@ class EPROCESS(generic.GenericIntelProcess, pool.ExecutiveObject):
|
||||
env = envar[:split_index]
|
||||
var = envar[split_index + 1:]
|
||||
|
||||
# Exlude parse problem with some types of env
|
||||
# Exclude parse problem with some types of env
|
||||
if env and var:
|
||||
yield env, var
|
||||
|
||||
|
||||
Reference in New Issue
Block a user