Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:adrianSuSE:PL
cdogs-sdl
cdogs-sdl-gcc-14.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File cdogs-sdl-gcc-14.patch of Package cdogs-sdl
Author: Reiner Herrmann <reiner@reiner-h.de> Description: Fix FTBFS with GCC 14 Bug-Debian: https://bugs.debian.org/1074873 Forwarded: https://github.com/cxong/cwolfmap/pull/3 --- a/src/cdogs/cwolfmap/zip/zip.c +++ b/src/cdogs/cwolfmap/zip/zip.c @@ -1673,7 +1673,7 @@ *bufsize = n; } - *buf = calloc(sizeof(unsigned char), n); + *buf = calloc(n, sizeof(unsigned char)); memcpy(*buf, zip->archive.m_pState->m_pMem, n); return (ssize_t)n;
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor