nmbd would core dump if a large number of netbios aliases is set. The
commit7db45f169c33e0f3a67ba2260049226992de8bdf
authorAndrew Tridgell <tridge@samba.org>
Fri, 28 Aug 1998 14:35:24 +0000 (28 14:35 +0000)
committerAndrew Tridgell <tridge@samba.org>
Fri, 28 Aug 1998 14:35:24 +0000 (28 14:35 +0000)
tree5fa2168d7cf87e4891d3aa4816091114d54e3c6a
parentd6a9087e7e626e6e07503dba38854b136fe70c23
nmbd would core dump if a large number of netbios aliases is set. The
problem was a buffer overflow in process_node_status_request().

this really points out a general problem is allocating MAX_DGRAM_SIZE
packets on the stack in nmbd. There must be a better way.
source/nmbd/nmbd_incomingrequests.c