Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/external/bsd/acpica/dist/compiler CID/979998: missing va...



details:   https://anonhg.NetBSD.org/src/rev/53586e801ebc
branches:  trunk
changeset: 784767:53586e801ebc
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Feb 09 01:46:30 2013 +0000

description:
CID/979998: missing va_end()

diffstat:

 sys/external/bsd/acpica/dist/compiler/asltree.c |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 58d3970b26f4 -r 53586e801ebc sys/external/bsd/acpica/dist/compiler/asltree.c
--- a/sys/external/bsd/acpica/dist/compiler/asltree.c   Sat Feb 09 01:22:28 2013 +0000
+++ b/sys/external/bsd/acpica/dist/compiler/asltree.c   Sat Feb 09 01:46:30 2013 +0000
@@ -728,6 +728,7 @@
         {
             AslError (ASL_WARNING, ASL_MSG_COMPILER_INTERNAL, Child,
                 "Child node list invalid");
+           va_end(ap);
             return Op;
         }
 



Home | Main Index | Thread Index | Old Index