mirror of
https://github.com/github/codeql.git
synced 2026-01-29 14:23:03 +01:00
Fix frontend errors in AllocationSizeOverflow test.
This commit is contained in:
@@ -4,7 +4,7 @@ import (
|
||||
"encoding/json"
|
||||
)
|
||||
|
||||
func encryptValueGood(v interface{}) ([]byte, error) {
|
||||
func encryptValueGood2(v interface{}) ([]byte, error) {
|
||||
jsonData, err := json.Marshal(v)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
|
||||
Reference in New Issue
Block a user