diff options
author | Christopher R. Hertel <crh@samba.org> | 1997-11-07 03:06:24 +0000 |
---|---|---|
committer | Christopher R. Hertel <crh@samba.org> | 1997-11-07 03:06:24 +0000 |
commit | 34d1b3e4fa7a1158f3a3c5c47adf0417c7144095 (patch) | |
tree | e77de8cd403ea3ecdf82c30f79e06b7d7264d358 /docs/manpages/make_smbcodepage.1 | |
parent | ff94f97cf2b0f62cbbddbfd3d126df7f4d649334 (diff) | |
download | samba-34d1b3e4fa7a1158f3a3c5c47adf0417c7144095.tar.gz samba-34d1b3e4fa7a1158f3a3c5c47adf0417c7144095.tar.xz samba-34d1b3e4fa7a1158f3a3c5c47adf0417c7144095.zip |
Modified Files:
mangle.c server.c proto.h
mangle.c
I am planning to replace the mangled_stack array with a proper stack,
but found many style inconsistencies (no, really). As you might expect,
I have standardized on my own preferences. ;)
I also found a potential problem in create_mangled_stack (which I've
renamed as reset_mangled_stack). If the stack size were passed into
the function as 0 or less, there was the possibility that the array
would have been freed twice. I doubt that this ever happens, but I
don't like to leave holes.
Of course, the fix will be irrelevent once I replace the array with
a linked-list-based stack.
server.c
Changed the call to create_mangled_stack() to a call to reset_mangled_stack().
proto.h
Regenerated to match the above changes. (A real comment! How unusual!)
Diffstat (limited to 'docs/manpages/make_smbcodepage.1')
0 files changed, 0 insertions, 0 deletions