Skip to content

Commit

Permalink
Ignore unidentifiable FIFOs
Browse files Browse the repository at this point in the history
  • Loading branch information
walles committed Jul 3, 2016
1 parent 1b6de63 commit 49759c5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions px/px_ipc_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ def _create_mapping(self):
network_connections.add(file)
continue

if file.type == 'FIFO' and not file.fifo_id():
# FIFO with neither name nor inode info
continue

self.add_ipc_entry(unknown, file)
continue

Expand Down

0 comments on commit 49759c5

Please sign in to comment.