Avoiding arithmetic on NULL pointer
Causes a warning with -Wnull-pointer-arithmetic and the code wasn't doing anything anyway (the ctl call ignores NULLs)
Loading
Please register or sign in to comment
Due to migration to OSUOSL cloud infrastructure there will be downtime on Thursday, 19. March 2026 starting 20:30 UTC for roughly two hours.
Causes a warning with -Wnull-pointer-arithmetic and the code wasn't doing anything anyway (the ctl call ignores NULLs)