79265280

Date: 2024-12-09 14:20:20
Score: 2
Natty:
Report link

SHM_RND (rounding off address to SHMLBA)

void * shmat(int shmid, const void *shmaddr, int shmflg)

If shmaddr is not NULL and SHM_RND is specified in shmflg, the attach is equal to the address of the nearest multiple of SHMLBA (Lower Boundary Address).

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Harshit Rautela