Codebase list iputils / 4b55834
Merge pull request #134 from computersforpeace/warnings ping: Fix signed overflow/conversion warning David Heidelberg authored 5 years ago GitHub committed 5 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
543543 unsigned char *packet;
544544 char *target;
545545 char hnamebuf[NI_MAXHOST];
546 char rspace[3 + 4 * NROUTES + 1]; /* record route space */
546 unsigned char rspace[3 + 4 * NROUTES + 1]; /* record route space */
547547 __u32 *tmp_rspace;
548548
549549 if (argc > 1) {