Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 464708

Summary: =app-emulation/vice-2.4 : _FORTIFY_SOURCE reports presence of overflows
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Gentoo Games <games>
Status: RESOLVED FIXED    
Severity: QA Keywords: REGRESSION
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 259417, 464624    

Description Agostino Sarubbo gentoo-dev 2013-04-05 10:39:51 UTC
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src/arch/unix -I../../src -I../../src -I../../src/lib/p64    -march=native -O2 -g0 -pipe -c fsimage-create.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src/arch/unix -I../../src -I../../src -I../../src/lib/p64    -march=native -O2 -g0 -pipe -c fsimage-dxx.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src/arch/unix -I../../src -I../../src -I../../src/lib/p64    -march=native -O2 -g0 -pipe -c fsimage-gcr.c
fsimage-gcr.c: In function 'fsimage_gcr_write_half_track':
fsimage-gcr.c:228:19: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result [-Wunused-result]
In file included from /usr/include/string.h:642:0,
                 from fsimage-create.c:31:
In function 'memset',
    inlined from 'fsimage_create_p64.isra.2' at fsimage-create.c:265:15:
/usr/include/bits/string3.h:85:3: warning: call to __builtin___memset_chk will always overflow destination buffer [enabled by default]