mirror of
https://github.com/drasko/codezero.git
synced 2026-04-15 00:09:05 +02:00
Normally a pointer with its topmost bits set may cause false errors due to the fact that such pointers result in negative integer casts. The remedy is to use IS_ERR() macro that accepts only down to -1000 as error and any values below as valid.