bug-gnulib
[Top][All Lists]
Advanced

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

[bug-gnulib] Re: iconvme again


From: Simon Josefsson
Subject: [bug-gnulib] Re: iconvme again
Date: Thu, 24 Feb 2005 00:50:27 +0100
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/22.0.50 (gnu/linux)

Paul Eggert <address@hidden> writes:

> Simon Josefsson <address@hidden> writes:
>
>> Ok to install?
>
> Yes, please.

Done.

It was proposed in

http://sources.redhat.com/bugzilla/show_bug.cgi?id=756

to simplify the overflow check to

if (outbuf_size == 0)
  {
    errno = ENOMEM;
    return NULL;
  }

What do you think?

Thanks.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]