1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-03 04:23:50 +03:00
Files
samba-mirror/source
Andrew Tridgell ad1b9867a5 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
2007-10-10 13:33:27 -05:00
..
2007-10-10 12:50:40 -05:00
2007-10-10 13:31:15 -05:00
2007-10-10 13:31:22 -05:00
2007-10-10 13:31:13 -05:00