diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-08-17 03:30:45 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2005-08-17 03:30:45 +0000 |
commit | 89ee1ac15b24838dfbc5b718a643d997154486f8 (patch) | |
tree | 04a1d8bf7322e8978466717783d932c26e518154 /source/lib | |
parent | 100a32d53fbbd9f794b1f828214e48cd370df807 (diff) | |
download | samba-89ee1ac15b24838dfbc5b718a643d997154486f8.tar.gz samba-89ee1ac15b24838dfbc5b718a643d997154486f8.tar.xz samba-89ee1ac15b24838dfbc5b718a643d997154486f8.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
Diffstat (limited to 'source/lib')
0 files changed, 0 insertions, 0 deletions