This commit was generated by cvs2svn to compensate for changes in r154439,

which included commits to RCS files with non-trunk default branches.
This commit is contained in:
Sam Leffler 2006-01-16 20:33:23 +00:00
commit d5807d9482
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=154440

View File

@ -746,7 +746,7 @@ pcap_open_live(const char *device, int snaplen, int promisc, int to_ms,
u_int i;
int is_ethernet;
bdl.bfl_list = (u_int *) malloc(sizeof(u_int) * bdl.bfl_len + 1);
bdl.bfl_list = (u_int *) malloc(sizeof(u_int) * (bdl.bfl_len + 1));
if (bdl.bfl_list == NULL) {
(void)snprintf(ebuf, PCAP_ERRBUF_SIZE, "malloc: %s",
pcap_strerror(errno));