Mageia Bugzilla – Attachment 9918 Details for
Bug 21857
golang new security issues CVE-2017-15041 and CVE-2017-15042
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
String manipulation in go
hello.go (text/plain), 155 bytes, created by
Len Lawrence
on 2018-01-21 17:53:50 CET
(
hide
)
Description:
String manipulation in go
Filename:
MIME Type:
Creator:
Len Lawrence
Created:
2018-01-21 17:53:50 CET
Size:
155 bytes
patch
obsolete
>package main > >import "fmt" >import "stringutil" > >func main() { > fmt.Printf("Good morning QA\n") > fmt.Printf(stringutil.Reverse("Good morning QA!")) >}
package main import "fmt" import "stringutil" func main() { fmt.Printf("Good morning QA\n") fmt.Printf(stringutil.Reverse("Good morning QA!")) }
View Attachment As Raw
Actions:
View
Attachments on
bug 21857
:
9917
| 9918