FrameworkComputer / EmbeddedController

Embedded Controller firmware for the Framework Laptop
BSD 3-Clause "New" or "Revised" License
957 stars 64 forks source link

i2c: Check return value of get_i2c_port() #29

Open szsam opened 1 year ago

szsam commented 1 year ago

get_i2c_port() returns null values in some cases, and omitting the check could crash the program.

github-actions[bot] commented 1 year ago

CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅

szsam commented 1 year ago

I have read the CLA Document and I hereby sign the CLA

szsam commented 1 year ago

recheck