mirror of
https://github.com/drasko/codezero.git
synced 2026-01-13 19:33:15 +01: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.