Skip to content
Better HN
Top
New
Best
Ask
Show
Jobs
Search
⌘K
undefined | Better HN
0 points
dsamarin
7y ago
0 comments
Share
So I suppose that header = (struct header_t*)(block - 1); would be UB then.
0 comments
default
newest
oldest
mav3rick
7y ago
Haven't read the article but if block is void *, this won't compile because sizeof(void) is not defined. And they are probably trying to subtract the sizeof(struct header) hence the expression in your original comment.
tom_
7y ago
gcc actually lets you do this:
https://gcc.gnu.org/onlinedocs/gcc-8.2.0/gcc/Pointer-Arith.h...
j
/
k
navigate · click thread line to collapse