Date: prev next · Thread: first prev next last
2011 Archives by date, by thread · List index


On Mon, 2011-02-14 at 20:08 +0000, Noel Power wrote:
(reposting with [PATCH] keyword
although the fix for this issue will appear from dev300m98 onwards it 
would be worth I think getting this into

  a) libreoffice-3-3 ( one ack please )
and possibly
  b) libreoffice-3.3.1 ( 3 acks please )

I only mention 3.3.1 because there is a request in the bug to make 
oracle office 3.3.1. The patch is trivial and imho non-risky

Is it guaranteed that str is NULL terminated, i.e. getStr() has always
claimed that it might not actually be NULL terminated, and this assumes
a NULL terminator exists and can be pushed into blob.
e.g. str of "a" and
insert(blob->begin(), str.getStr(), str.getStr() + str.getLength() + 1)
will insert range [*str, *(str+2)) i.e. *str and *(str+1)
could just shove push_back(0) in there instead.

C.


Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.