comparison auth.h @ 654:818108bf7749

- Fix use-after-free if multiple command requests were sent. Move the original_command into chansess struct since that makes more sense
author Matt Johnston <matt@ucc.asn.au>
date Sun, 04 Dec 2011 05:31:25 +0800
parents b321aeb57c64
children 619b1ed837fd
comparison
equal deleted inserted replaced
653:5e8d84f3ee72 654:818108bf7749
131 int no_agent_forwarding_flag; 131 int no_agent_forwarding_flag;
132 int no_x11_forwarding_flag; 132 int no_x11_forwarding_flag;
133 int no_pty_flag; 133 int no_pty_flag;
134 /* "command=" option. */ 134 /* "command=" option. */
135 unsigned char * forced_command; 135 unsigned char * forced_command;
136 unsigned char * original_command;
137 }; 136 };
138 #endif 137 #endif
139 138
140 #endif /* _AUTH_H_ */ 139 #endif /* _AUTH_H_ */