commit | e88a0faae5baaaa3bdc6f23a55ad6bc7a7b4aa77 | [log] [tgz] |
---|---|---|
author | Ian Campbell <ian.campbell@citrix.com> | Sat Jan 24 08:22:47 2009 +0000 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Jan 26 14:29:26 2009 +0100 |
tree | 375202c0650c76db3132ad3ea269dfa45893f6fb | |
parent | 659d2618b38f8a4d91bdb19cfc5c7fb330a4c55a [diff] |
xen: unitialised return value in xenbus_write_transaction The return value of xenbus_write_transaction can be uninitialised in the success case leading to the userspace xenstore utilities failing. Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>