The following issue has been SUBMITTED. ====================================================================== http://bugs.librdf.org/mantis/view.php?id=603 ====================================================================== Reported By: dcb314 Assigned To: ====================================================================== Project: Redland librdf RDF API Issue ID: 603 Category: utilities Reproducibility: always Severity: major Priority: normal Status: new ====================================================================== Date Submitted: 2015-09-20 05:35 Last Modified: 2015-09-20 05:35 ====================================================================== Summary: rasqal_ntriples.c:806: bad call to memset ? Description: [rasqal_ntriples.c:806]: (warning) memset () called to fill 0 bytes of '&'.
Source code is memset(&locator, sizeof(locator), '\0'); Maybe better code memset(&locator, '\0', sizeof(locator)); ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2015-09-20 05:35 dcb314 New Issue ====================================================================== _______________________________________________ redland-dev mailing list [email protected] http://lists.librdf.org/mailman/listinfo/redland-dev
