nmbd would core dump if a large number of netbios aliases is set. The
authorAndrew Tridgell <tridge@samba.org>
Fri, 28 Aug 1998 14:35:24 +0000 (14:35 +0000)
committerAndrew Tridgell <tridge@samba.org>
Fri, 28 Aug 1998 14:35:24 +0000 (14:35 +0000)
commitc077bce5c0f760dc918b0442346502ec96a92c1b
treedd21b2d4c19a29de253034219e25bcc680fe81ca
parentd0cfc1f04192bd22ce750e076d81d8be64504adc
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.
(This used to be commit 7db45f169c33e0f3a67ba2260049226992de8bdf)
source3/nmbd/nmbd_incomingrequests.c