You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@celix.apache.org by GitBox <gi...@apache.org> on 2020/12/08 21:16:50 UTC

[GitHub] [celix] jermus67 opened a new pull request #309: size_t casting and celix_array_list element allocation fix for 32 bits platforms

jermus67 opened a new pull request #309:
URL: https://github.com/apache/celix/pull/309


   upcast size_t to long unsigned int for "%lu" formatting for 32 bits platforms, allocate sizeof(celix_array_list_entry_t) instead of sizeof(void*), which differ in size on 32 bits systems.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [celix] pnoltes merged pull request #309: size_t casting and celix_array_list element allocation fix for 32 bits platforms

Posted by GitBox <gi...@apache.org>.
pnoltes merged pull request #309:
URL: https://github.com/apache/celix/pull/309


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org