Mageia Bugzilla – Attachment 7496 Details for
Bug 17713
xdelta3 new security issue CVE-2014-9765
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
Contains two slightly different C scripts
xdelta3 (text/plain), 339 bytes, created by
Len Lawrence
on 2016-02-26 19:39:52 CET
(
hide
)
Description:
Contains two slightly different C scripts
Filename:
MIME Type:
Creator:
Len Lawrence
Created:
2016-02-26 19:39:52 CET
Size:
339 bytes
patch
obsolete
>delta1.c: >#include <stdio.h> >#include <string.h> >#include <stdlib.h> >// Hello World program for testing xdelta3 >int main( ) >{ > char *a; > a = (char *)malloc( 32 ); > strcpy( a, "Good morning QA\n" ); > puts( a ); > return( 0 ); >} >delta2.c: >#include <stdio.h> >int main( ) >{ > puts( "Good morning Bug Busters\n" ); > return( 0 ); >}
delta1.c: #include <stdio.h> #include <string.h> #include <stdlib.h> // Hello World program for testing xdelta3 int main( ) { char *a; a = (char *)malloc( 32 ); strcpy( a, "Good morning QA\n" ); puts( a ); return( 0 ); } delta2.c: #include <stdio.h> int main( ) { puts( "Good morning Bug Busters\n" ); return( 0 ); }
View Attachment As Raw
Actions:
View
Attachments on
bug 17713
: 7496 |
7500