Fixed bug I introduced last night (sorry). Now truncate incoming prs_struct
authorJeremy Allison <jra@samba.org>
Wed, 17 May 2000 19:17:16 +0000 (19:17 +0000)
committerJeremy Allison <jra@samba.org>
Wed, 17 May 2000 19:17:16 +0000 (19:17 +0000)
commit819c15449882a0c08689a4565bf0b31f756f05bd
treebd08a1c3992905b20c2342209b214dcb95125d4b
parentec6c547390494c7a04b14aa787bd1a163d6ee65b
Fixed bug I introduced last night (sorry). Now truncate incoming prs_struct
buffer size to exact size of incoming data to prevent read overruns into slop
space.
Jeremy.
(This used to be commit aa1a4f46da9584240cd6cee6fb652aa73e77015c)
source3/include/proto.h
source3/rpc_parse/parse_prs.c
source3/rpc_server/srv_pipe_hnd.c