diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-08-17 03:30:45 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:33:27 -0500 |
commit | 212af7e08ae655bdb36bb77dced8161dcfe09240 (patch) | |
tree | bc68bb0b8a9eb4e7309b96d410f53ba6051e5905 /swat/rpc_server | |
parent | 5bf803ff82c169698bf363ccd2c935aeb8830742 (diff) | |
download | samba-212af7e08ae655bdb36bb77dced8161dcfe09240.tar.gz samba-212af7e08ae655bdb36bb77dced8161dcfe09240.tar.bz2 samba-212af7e08ae655bdb36bb77dced8161dcfe09240.zip |
r9347: this array bounds checking is harder than it looks ...
this copes with 2 more situations:
1) where the array is NULL, which would previously be coped with by a
if (ptr) check, but now in the deferred array bounds checking needs
to look at the array variable in the ndr code. Not nice.
2) nest the array checking along with the SCALARS vs BUFFERS checks, ensuring we don't
do array bounds checking for a buffer when in scalars only mode
(This used to be commit ad1b9867a5a14bc9ed2e1a5eb8f05bb2046bc645)
Diffstat (limited to 'swat/rpc_server')
0 files changed, 0 insertions, 0 deletions