Mageia Bugzilla – Attachment 9439 Details for
Bug 21103
golang new security issue CVE-2017-8932
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
Hello world program with string manipulation
hello.go (text/plain), 159 bytes, created by
Len Lawrence
on 2017-06-22 18:27:57 CEST
(
hide
)
Description:
Hello world program with string manipulation
Filename:
MIME Type:
Creator:
Len Lawrence
Created:
2017-06-22 18:27:57 CEST
Size:
159 bytes
patch
obsolete
>package main > >import "fmt" >import "stringutil" > >func main() { > fmt.Printf("Good morning QA\n") > fmt.Printf(stringutil.Reverse("\nGood morning QA!\n")) >}
package main import "fmt" import "stringutil" func main() { fmt.Printf("Good morning QA\n") fmt.Printf(stringutil.Reverse("\nGood morning QA!\n")) }
View Attachment As Raw
Actions:
View
Attachments on
bug 21103
: 9439 |
9440
|
9441
|
9450