Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F4120588
repro1.c
tuexen (Michael Tuexen)
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Authored By
tuexen
Jan 6 2019, 9:28 PM
2019-01-06 21:28:47 (UTC+0)
Size
225 B
Referenced Files
None
Subscribers
None
repro1.c
View Options
#include
<fcntl.h>
#include
<unistd.h>
int
main
(
void
)
{
const
char
*
name
=
"file0"
;
close
(
open
(
name
,
O_RDWR
|
O_APPEND
|
O_CREAT
,
0666
));
truncate
(
name
,
0x8000080000001
);
truncate
(
name
,
0x400000000005
);
return
(
0
);
}
File Metadata
Details
Attached
Mime Type
text/x-c
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1706812
Default Alt Text
repro1.c (225 B)
Attached To
Mode
D18763: Avoid overflow in vtruncbuf()
Attached
Detach File
Event Timeline
Log In to Comment