https://bugs.documentfoundation.org/show_bug.cgi?id=101281

[email protected] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|NOTABUG                     |---
     Ever confirmed|0                           |1

--- Comment #3 from [email protected] ---
Thank you for the clarification.
I am sorry. I was thinking of the second error which I mentioned and when I
came across the pointed out code I felt that it too falls to the same category.
I missed the exception invoked  in new operator. Still I think the issue I
pointed out with calloc in /core/desktop/unx/source/start.c is valid. Here is
the code (lines 116-118) :

ppArgs = (rtl_uString **)calloc( nArgs + 1, sizeof( rtl_uString* ) );
for ( i = 0; i < nArgs; ++i )
     ppArgs[i] = args->ppArgs[i];

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to