patch-driver_sirf_c 427 B

1234567891011
  1. --- gpsd-2.39.orig/driver_sirf.c 2009-03-07 16:30:58.000000000 +0100
  2. +++ gpsd-2.39/driver_sirf.c 2009-06-13 09:13:42.000000000 +0200
  3. @@ -238,7 +238,7 @@ static gps_mask_t sirf_msg_debug(unsigne
  4. char msgbuf[MAX_PACKET_LENGTH*3 + 2];
  5. int i;
  6. - bzero(msgbuf, (int)sizeof(msgbuf));
  7. + memset(msgbuf, 0, (int)sizeof(msgbuf));
  8. /*@ +charint @*/
  9. if (0xe1 == buf[0]) { /* Development statistics messages */