Summary: | sci-libs/grib_api _FORTIFY_SOURCE indicates presence of overflow | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Diego Elio Pettenò (RETIRED) <flameeyes> |
Component: | Current packages | Assignee: | Gentoo Science Related Packages <sci> |
Status: | RESOLVED FIXED | ||
Severity: | major | CC: | hardened |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 259417 | ||
Attachments: | Build log |
Description
Diego Elio Pettenò (RETIRED)
![]() Created attachment 259195 [details]
Build log
not reproducible on amd64. (In reply to comment #2) > not reproducible on amd64. yup, offending code: unsigned long lval; unsigned char s[8]={0,}; memcpy(&lval,s,8); on amd64 lval has 8 bytes, on x86 only 4. + 25 Apr 2011; Justin Lecher <jlec@gentoo.org> grib_api-1.9.5-r1.ebuild, + +files/grib_api-1.9.5-32bit.patch: + _FORTIFY_SOURCE indicates presence of overflow Fix, #351013 + |