summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/channels.c
diff options
context:
space:
mode:
authorclaudio <claudio@openbsd.org>2006-02-09 20:50:09 +0000
committerclaudio <claudio@openbsd.org>2006-02-09 20:50:09 +0000
commit7e5c8c527374998c516d99607d6b7a68cd1c342f (patch)
tree2e8bcad0f63b057c94ea3cbece0d59781be6417f /usr.bin/ssh/channels.c
parentDon't calculate all areas every time the link state database is updated, (diff)
downloadwireguard-openbsd-7e5c8c527374998c516d99607d6b7a68cd1c342f.tar.xz
wireguard-openbsd-7e5c8c527374998c516d99607d6b7a68cd1c342f.zip
attr_free() should not modify others_len as it does not resize the others
array. It just clears on entry by setting it to NULL and moving that NULL to the end of the array. With this it will be possible to remove attributes without readding them right afterwards. Because of this attr_diff() needs to be more careful because of passed NULL pointers. OK henning@
Diffstat (limited to 'usr.bin/ssh/channels.c')
0 files changed, 0 insertions, 0 deletions