/
githubmirror
/
go
Обзор
Документация
Войти
/
githubmirror
/
go
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/fixedbugs/issue56141.go
12 строк
239 B
Cuong Manh Le
all: prevent fakePC overflow on 386 in libfuzzer mode
12 окт 2022, 03:12
12 окт 2022, 03:12
4bcf94b
Код
Авторство
О чём код?
// compile -d=libfuzzer // Copyright 2022 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package p func f(x, y int) { _ = x > y _ = y > x }