[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
va_end buglets in opcodes/{arc-dis,fr30-desc,m32r-desc}.c
From: |
Thomas Klausner |
Subject: |
va_end buglets in opcodes/{arc-dis,fr30-desc,m32r-desc}.c |
Date: |
Mon, 24 Sep 2001 22:25:27 +0200 |
User-agent: |
Mutt/1.2.5i |
Hi!
During a recent va_start/va_end audit I did on NetBSD, I found that a
va_end is missing in opcodes/arc-dis.c, see attached diff.
Technically, there are two more missing in fr30-desc.c and m32r-desc.c
immediately before the abort() in fr30_cgen_cpu_open and
m32r_cgen_cpu_open, but I don't think they matter much.
Bye,
Thomas
--
Thomas Klausner - address@hidden
War is an instrument entirely inefficient toward redressing wrong; and
multiplies, instead of indemnifying losses. -- Thomas Jefferson, author,
architect, and third U.S. president (1743-1826)
binutils-va_end-diff
Description: Text document