Skip to content

Bisect 1f0a9dd ig3 #1391

@xsscx

Description

@xsscx

Maintainer Summary

2026-06-16 19:47:35 UTC

Bisect

Sep 29, 2015
1f0a9dd ig3

Repro

echo "=== Build iccDEV ==="
git clone https://github.com/InternationalColorConsortium/iccDEV.git
cd iccDEV/Build
git branch && echo "---" && git log --oneline -1
CC=clang CXX=clang++ CXXFLAGS="-fsanitize=address,undefined,integer,bounds,null,float-divide-by-zero,alignment,vla-bound -fno-omit-frame-pointer -g -O0" LDFLAGS="-fsanitize=address,undefined,integer,bounds,null,float-divide-by-zero,alignment,vla-bound" cmake Cmake -DCMAKE_BUILD_TYPE=Debug -DENABLE_ASAN=ON -DENABLE_UBSAN=ON -DENABLE_TOOLS=ON
make -j32
        cd ../Testing/
        echo "=== Updating PATH ==="
         for d in ../Build/Tools/*; do
          [ -d "$d" ] && export PATH="$(realpath "$d"):$PATH"
         done
wget https://github.com/xsscx/fuzz/raw/refs/heads/master/graphics/icc/five-emission-matrix-nan4.icc
ASAN_OPTIONS=detect_leaks=0:halt_on_error=1:abort_on_error=1 UBSAN_OPTIONS=halt_on_error=1:print_stacktrace=1 iccApplyToLink foo.bar 0 2 1 icc1099-five-emission-nan4 0 1 1 0 five-emission-matrix-nan4.icc 13 -PCC five-emission-matrix-nan4.icc

Bad Breadcrumb

IccTagLut.cpp:3094:40: runtime error: nan is outside the range of representable values of type 'unsigned int'

Metadata

Metadata

Assignees

Labels

BisectMaintainer indicates BisectCodeQLCodeQL configuration, workflow, queries, or reportsTriagedMaintainer indicates triaged status and ready for developer handoff

Type

No fields configured for Bug.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions