21 Sep
2012
21 Sep
'12
9:39 p.m.
On 21.09.2012 12:40, Richard W.M. Jones wrote:
The updates compared to the previous version:
- All style issues fixed, except for a few long lines where it's just not possible to split the lines and keep the code looking reasonable.
- Added RNG.
- Fixed the potential segfault on the error path in virSecurityDeviceLabelDefParseXML
- Simplified the changes to virSecurityDeviceLabelDefParseXML by using local variables to store the returned values until just before we return, when we assign them to the final '_rtn' parameters.
Rich.
ACK to whole patch set. Michal