Search
j0ke.net Open Build Service
>
Projects
>
devel
>
nasm
> nasm-array_too_small.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File nasm-array_too_small.patch of Package nasm (Revision 4)
Currently displaying revision
4
,
show latest
--- listing.c +++ listing.c @@ -220,7 +220,7 @@ { uint64_t d = *(int64_t *)data; char q[19]; - uint8_t p[4], *r = p; + uint8_t p[8], *r = p; q[0] = '('; q[17] = ')'; q[18] = '\0';