User Activity

  • Modified a comment on discussion General Discussion on cppcheck

    E.g. this produces a wrong memleak warning on str. { size_t len = strlen (*(char**)value); char *str = (char *)malloc (len+1); memcpy (str, *(char**)value, len+1); // we copy just the pointer, not the string memcpy (old, &str, sizeof (char*)); // size of ptr // cppcheck-suppress memleak }

  • Posted a comment on discussion General Discussion on cppcheck

    E.g. this prodces a wrong memleak warning on str. { size_t len = strlen (*(char**)value); char *str = (char *)malloc (len+1); memcpy (str, *(char**)value, len+1); // we copy just the pointer, not the string memcpy (old, &str, sizeof (char*)); // size of ptr // cppcheck-suppress memleak }

  • Created ticket #442 on Small Device C Compiler (SDCC)

    SDCC.y: global function_name

  • Created merge request #9 on cmph

    add fast HW crc32, cleanup docs

  • Created merge request #8 on cmph

    fix and re-enable hashes, various fixes

  • Posted a comment on merge request #7 on cmph

    I agree with the maintainer not to print it to stdout, but stderr

  • Posted a comment on merge request #6 on cmph

    This was fixed upstream with bbf77c63c9e87b0675209fadf53a36528e38bb03

  • Created ticket #566 on BRL-CAD

    mged -Werror=maybe-uninitialized with gcc 10

View All

Personal Data

Username:
reiniurban
Joined:
2017-03-25 07:01:07

Projects

  • No projects to display.
MongoDB Logo MongoDB