Posts
 
Reputation
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
~1K People Reached
Favorite Forums
Favorite Tags
c x 1

1 Posted Topic

Member Avatar for Dave Sinkula

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 …

Member Avatar for ardi_2
0
1K

The End.