~registry/lvm2/master

« back to all changes in this revision

Viewing changes to WHATS_NEW

  • Committer: Zdenek Kabelac
  • Date: 2012-12-15 16:23:27 UTC
  • Revision ID: git-v1:4008f4f891c948c1629ed0ee50e04d4c26001d0c
lvmetad: fix socket leak in handle_connect

Close socket_fd and report error on malloc failure.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Version 2.02.99 - 
2
2
===================================
 
3
  Fix socket leak on error path in lvmetad's handle_connect.
3
4
  Check for failing id_read_format() in _pv_populate_lvmcache.
4
5
  Fix memleak on error path for lvmetad's pv_found.
5
6
  Unlock vg mutex in error path when lvmetad tries to lock_vg.