bug-texinfo
[Top][All Lists]
Advanced

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

Re: makeinfo 4.7: buggy execute_string() calls


From: Alper Ersoy
Subject: Re: makeinfo 4.7: buggy execute_string() calls
Date: Mon, 28 Jun 2004 12:29:46 +0300
User-agent: Mozilla Thunderbird 0.7 (Windows/20040616)

Hi Christian,

Christian Schenk wrote:
There are some sleeping dogs in makeinfo/xml.c. For example, take a look at
function xml_insert_indexterm:

        execute_string (indexterm);

The format string argument ("%s") is missing.


I don't believe that's a bug. indexterm is a string, and that's what execute_string expects.

I used it that way so entities, etc. are handled correctly. Of course, if there's a problem with it, it's very easy and harmless to converts that type of calls to execute_string ("%s", indexterm), etc.

Thanks,

--
Alper Ersoy




reply via email to

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