]> git.ipfire.org Git - thirdparty/gcc.git/commit - libiberty/cplus-dem.c
cplus-dem.c (consume_count): If `count' wraps, return 0 and don't advance input pointer.
authorTom Tromey <tromey@cygnus.com>
Tue, 30 Mar 1999 16:12:25 +0000 (16:12 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Tue, 30 Mar 1999 16:12:25 +0000 (16:12 +0000)
commit4cc48683f65e236df8d246207c8958d42d3c069a
treefa04c5473f236523e039d0d8d90c7adbb9397355
parent85a0b07565f2c95a403df910f5d1ff7b2f9a462f
cplus-dem.c (consume_count): If `count' wraps, return 0 and don't advance input pointer.

* cplus-dem.c (consume_count): If `count' wraps, return 0 and
don't advance input pointer.
(demangle_class_name): If consume_count didn't find a count, do
nothing.  Don't bother with `strlen' sanity check; consume_count
does it for us.

From-SVN: r26068
libiberty/ChangeLog
libiberty/cplus-dem.c