[libvirt] [PATCH 0/2] security: Fix the transaction model's list appending

Erik Skultety eskultet at redhat.com
Tue Jan 17 13:56:05 UTC 2017


The problem lies in how elements are appended into the transaction list -
instead of making a deep copy of a string we were doing a shallow copy only.

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1413773

Erik Skultety (2):
  security: DAC: fix the transaction model's list append
  security: SELinux: fix the transaction model's list append

 src/security/security_dac.c     | 30 +++++++++++++++++++++---------
 src/security/security_selinux.c | 30 +++++++++++++++++++++---------
 2 files changed, 42 insertions(+), 18 deletions(-)

-- 
2.10.2




More information about the libvir-list mailing list