ARM-software / bsa-acs

Arm SystemReady : BSA Architecture Compliance Suite
Apache License 2.0
14 stars 40 forks source link

Update test_os_its004.c #316

Closed quic-pansing closed 2 weeks ago

quic-pansing commented 2 weeks ago

Null check validation does not happen which lead crash on system. if pointer is null, test should be skipped

same Null check happen in https://github.com/ARM-software/bsa-acs/blob/main/test_pool/gic/operating_system/test_os_its003.c line 50 same check I am proposing here too.

chetan-rathore commented 2 weeks ago

Thanks @quic-pansing for the change.