[Libreoffice-bugs] [Bug 123466] Suspicious Log Messages about String comparison
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Thu Mar 21 20:51:37 UTC 2019
https://bugs.documentfoundation.org/show_bug.cgi?id=123466
--- Comment #9 from Julien Nabet <serval2412 at yahoo.fr> ---
file lt-string.c: line 189: assertion `string != ((void *)0)' failed
come from workdir/UnpackedTarball/liblangtag/liblangtag/lt-string.c
178 /**
179 * lt_string_value:
180 * @string: a #lt_string_t
181 *
182 * Returns the buffer in @string.
183 *
184 * Returns: a string which @string has.
185 */
186 const char *
187 lt_string_value(const lt_string_t *string)
188 {
189 lt_return_val_if_fail (string != NULL, NULL);
190
191 return string->string;
192 }
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20190321/f1c3b911/attachment.html>
More information about the Libreoffice-bugs
mailing list