Useless Assignment at radius_dict.c:2266 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
Radius_init_buffer (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/radius_dict.c)![]() | ||||||
![]() | ||||||
2245 | static void Radius_init_buffer (YY_BUFFER_STATE b, FILE * file ) | |||||
2246 | ||||||
2247 | { | |||||
2248 | int oerrno = errno; | |||||
2249 | ||||||
2250 | Radius_flush_buffer(b ); | |||||
2251 | ||||||
2252 | b->yy_input_file = file; | |||||
2253 | b->yy_fill_buffer = 1; | |||||
2254 | ||||||
2255 | /* If b is the current buffer, then Radius_init_buffer was _probably_ | |||||
2256 | * called from Radiusrestart() or through yy_get_next_buffer. | |||||
2257 | * In that case, we don't want to reset the lineno or column. | |||||
2258 | */ | |||||
2259 | if (b != YY_CURRENT_BUFFER){ | |||||
2260 | b->yy_bs_lineno = 1; | |||||
2261 | b->yy_bs_column = 0; | |||||
2262 | } | |||||
2263 | ||||||
2264 | b->yy_is_interactive = 0; | |||||
2265 | ||||||
2266 | errno = oerrno;
| |||||
2267 | } | |||||
![]() |