aboutsummaryrefslogtreecommitdiff
path: root/projects
diff options
context:
space:
mode:
authorChristian Clauss <cclauss@me.com>2021-09-24 22:12:57 +0200
committerGitHub <noreply@github.com>2021-09-24 21:12:57 +0100
commit3fb97e342b125d932084ba95d007ca5b6a657e8e (patch)
tree06f3853d129f93a8ac5728f45a114172363dec40 /projects
parent07160958dfd44206236bd5e14fd50dc89a623642 (diff)
downloadoss-fuzz-3fb97e342b125d932084ba95d007ca5b6a657e8e.tar.gz
Undefined name: import sys for line 33 (#6519)
Diffstat (limited to 'projects')
-rw-r--r--projects/pyyaml/fuzz_loader.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/projects/pyyaml/fuzz_loader.py b/projects/pyyaml/fuzz_loader.py
index 6cbfaf0c9..40c9fcc56 100644
--- a/projects/pyyaml/fuzz_loader.py
+++ b/projects/pyyaml/fuzz_loader.py
@@ -14,6 +14,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
+import sys
+
import atheris
with atheris.instrument_imports():