mirror of
https://github.com/weechat/weechat.git
synced 2026-06-12 14:14:48 +02:00
tests/fuzz: add fuzz testing on secured data functions (issue #1462)
This commit is contained in:
@@ -422,6 +422,7 @@ WeeChat "core" is located in following directories:
|
||||
| core/ | Root of fuzz testing for core.
|
||||
| calc-fuzzer.c | Fuzz testing: calculation of expressions.
|
||||
| crypto-fuzzer.c | Fuzz testing: cryptographic functions.
|
||||
| secure-fuzzer.c | Fuzz testing: secured data.
|
||||
| string-fuzzer.c | Fuzz testing: strings.
|
||||
| utf8-fuzzer.c | Fuzz testing: UTF-8.
|
||||
| util-fuzzer.c | Fuzz testing: utility functions.
|
||||
|
||||
@@ -423,6 +423,7 @@ Le cœur de WeeChat est situé dans les répertoires suivants :
|
||||
| core/ | Racine du fuzzing pour le cœur.
|
||||
| calc-fuzzer.c | Fuzzing : calcul d'expressions.
|
||||
| crypto-fuzzer.c | Fuzzing : fonctions cryptographiques.
|
||||
| secure-fuzzer.c | Fuzzing : données sécurisées.
|
||||
| string-fuzzer.c | Fuzzing : chaînes.
|
||||
| utf8-fuzzer.c | Fuzzing : UTF-8.
|
||||
| util-fuzzer.c | Fuzzing : fonctions utiles.
|
||||
|
||||
@@ -471,6 +471,8 @@ WeeChat "core" は以下のディレクトリに配置されています:
|
||||
// TRANSLATION MISSING
|
||||
| crypto-fuzzer.c | Fuzz testing: cryptographic functions.
|
||||
// TRANSLATION MISSING
|
||||
| secure-fuzzer.c | Fuzz testing: secured data.
|
||||
// TRANSLATION MISSING
|
||||
| string-fuzzer.c | Fuzz testing: 文字列
|
||||
// TRANSLATION MISSING
|
||||
| utf8-fuzzer.c | Fuzz testing: UTF-8.
|
||||
|
||||
@@ -437,6 +437,8 @@ WeeChat „језгро” се налази у следећим директо
|
||||
// TRANSLATION MISSING
|
||||
| crypto-fuzzer.c | Fuzz testing: криптографске функције.
|
||||
// TRANSLATION MISSING
|
||||
| secure-fuzzer.c | Fuzz testing: secured data.
|
||||
// TRANSLATION MISSING
|
||||
| string-fuzzer.c | Fuzz testing: стрингови.
|
||||
// TRANSLATION MISSING
|
||||
| utf8-fuzzer.c | Fuzz testing: UTF-8.
|
||||
|
||||
Reference in New Issue
Block a user