Joined
Last Seen
0 Reputation Points
100% Quality Score
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
0 Endorsements
Ranked #107.70K
1 Posted Topic
Modern compilers (GCC 13.1.0 for example) issue a warning on pointer use after realloc() at line 86. While one would think that the warning is a false positive because you are doing just pointer arithmetic without dereferencing the reallocated pointer, however some reddit/SO posts say that it's UB to use …
The End.
ardi_2